abstract lime.utils.Float64Array(ArrayBufferView) from ArrayBufferView to ArrayBufferView

Available on all platforms

Class Fields

function fromBytes(bytes:Bytes, ?byteOffset:Int, ?len:Int): Float64Array

Instance Fields

function __get(idx:Int): Float

function __set(idx:Int, val:Float): Float

function subarray(begin:Int, ?end:Int): Float64Array

function toBytes(): Bytes