refFloat4OrNull method

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

Implementation

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