DoubleLayout class
Represents a layout for double-precision floating point numbers.
Constructors
- DoubleLayout.f32({String? property, Endian order = Endian.little})
- DoubleLayout.f64({String? property, Endian order = Endian.little})
Properties
Methods
-
clone(
{String? newProperty}) → DoubleLayout -
override
-
decode(
List< int> bytes, {int offset = 0}) → double -
override
-
encode(
double source, LayoutByteWriter writer, {int offset = 0}) → int -
override
-
getSpan(
List< int> ? bytes, {int offset = 0}) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
double soruce, {int? size, int offset = 0}) → List< int> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited