refFloat2OrNull method

Pointer<Float> refFloat2OrNull([
  1. double? y
])

Implementation

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