setValue method

int setValue(
  1. double val
)

Implementation

int setValue(double val) => (ptr.ref.vtable + 3)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Double val)>>>()
    .value
    .asFunction<int Function(Pointer, double val)>()(ptr.ref.lpVtbl, val);