f32be static method
DoubleLayout (big-endian 32-bit floating point) values.
Implementation
static DoubleLayout f32be({String? property}) =>
DoubleLayout.f32(property: property, order: Endian.big);
DoubleLayout (big-endian 32-bit floating point) values.
static DoubleLayout f32be({String? property}) =>
DoubleLayout.f32(property: property, order: Endian.big);