cst_encode_f_64 method

  1. @protected
double cst_encode_f_64(
  1. double raw
)
override

Implementation

@protected
double cst_encode_f_64(double raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return raw;
}