js-util

Home > rc-js-util > IRange1dCtor

IRange1dCtor interface

Constructor for Range1d.

Signature:

export interface IRange1dCtor<TArray extends TTypedArray> 

Properties

Property Modifiers Type Description
BYTES_PER_ELEMENT   number The size in bytes of each element in the array.
factory   ITypedArrayTupleFactory<Range1d<TArray>, TRange1dCtorArgs>  
prototype   Range1d<TArray>  

Methods

Method Description
(new)()