refFloat3 method

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

Implementation

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