menu
agent_dart_base package
documentation
agent/cbor.dart
SelfDescribeEncoder
writeHalf method
writeHalf method
dark_mode
light_mode
writeHalf
method
void
writeHalf
(
double
value
)
inherited
Half precision float.
Implementation
void writeHalf(double value) { _writeHalf(value); _builderHookImpl(false); }
agent_dart_base package
documentation
agent/cbor
SelfDescribeEncoder
writeHalf method
SelfDescribeEncoder class