struct-view / Exports / float64
▸ Const
float64<K>(name
: K): Decorator<Record<K, number>>
Name | Type |
---|---|
K |
string |
Name | Type |
---|---|
name |
K |
Returns: Decorator<Record<K, number>>
Defined in: arithmetic.ts:55
▸ Const
float64(length
: number): ReadonlyPropertyFactory<Float64Array>
Name | Type |
---|---|
length |
number |
Returns: ReadonlyPropertyFactory<Float64Array>
Defined in: arithmetic.ts:55