refFloat2 method

Pointer<Float> refFloat2([
  1. double? y,
  2. String? x
])

Implementation

Pointer<Float> refFloat2([double? y, String? x]) => rl.Temp.Float$.Value(y, x ?? '2');