Float64x2List asFloat64x2List(
[int offsetInBytes = 0,
int length]
)

Creates a new Float64x2List view of this buffer.

Source

/**
 * Creates a new [Float64x2List] view of this buffer.
 */
Float64x2List asFloat64x2List([int offsetInBytes = 0, int length]);