f32be static method

DoubleLayout f32be({
  1. String? property,
})

DoubleLayout (big-endian 32-bit floating point) values.

Implementation

static DoubleLayout f32be({String? property}) =>
    DoubleLayout.f32(property: property, order: Endian.big);