menu
struct_data package
documentation
binary_format/binary_format.dart
Angle16
encode method
encode method
dark_mode
light_mode
encode
method
int
encode
(
double
value
)
override
Implementation
int encode(double value) => ((value % fullScale) * scalingFactor ~/ fullScale);
struct_data package
documentation
binary_format/binary_format
Angle16
encode method
Angle16 class