cst_encode_box_autoadd_f_64 method

  1. @protected
Pointer<Double> cst_encode_box_autoadd_f_64(
  1. double raw
)

Implementation

@protected
ffi.Pointer<ffi.Double> cst_encode_box_autoadd_f_64(double raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return wire.cst_new_box_autoadd_f_64(cst_encode_f_64(raw));
}