NativeFloat32Array class

Inheritance

Constructors

NativeFloat32Array(int size)
NativeFloat32Array.from(List<double> listData)

Properties

buffer ByteBuffer
no setterinherited
byteLength int
no setterinherited
BYTES_PER_ELEMENT int
no setterinherited
bytesLength int
no setterinherited
data Float32List
no setteroverride
disposed bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
len int
no setterinherited
length int
no setterinherited
lengthInBytes int
no setterinherited
oneByteSize int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() NativeFloat32Array
override
copy(NativeArray<num> source) → void
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(List<double> newList, [int index = 0]) NativeArray<num>
inherited
sublist(int start, [int? end]) List<double>
inherited
toDartList() List<double>
override
toJson() List<double>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) double
inherited
operator []=(int index, double value) → void
inherited