getDouble32 method

double getDouble32()

Implementation

double getDouble32() {
  var ul = doSigned ? Int8List.fromList(get(4)) : Uint8List.fromList(get(4));
  return ByteConversionUtilities.getDouble32(ul, _endian);
}