Float4Data class

Implementers

Constructors

Float4Data(int _max)

Properties

data Float32List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastIndex int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter

Methods

add(double e0, double e1, double e2, double e3) → void
clear() → void
copy(int toIndex, int fromIndex) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLast() → void
set(int index, double e0, double e1, double e2, double e3) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bytesPerElement → const int