AbstractWindow Type

Constructors

Constructor Description

AbstractWindow(count, periodic)

Full Usage: AbstractWindow(count, periodic)

Parameters:
    count : int
    periodic : bool

count : int
periodic : bool

Instance members

Instance member Description

this.AsDoubleArray

Full Usage: this.AsDoubleArray

Returns: float[]

Returns: float[]

this.AsROVector

Full Usage: this.AsROVector

Returns: IROVector<float>

Returns: IROVector<float>

this.AsVector

Full Usage: this.AsVector

Returns: IVector<float>

Returns: IVector<float>

this.Compute

Full Usage: this.Compute

Parameters:
    array : float[]
    periodic : bool

array : float[]
periodic : bool

this.Compute

Full Usage: this.Compute

Parameters:
    array : float[]
    startidx : int
    count : int
    periodic : bool

array : float[]
startidx : int
count : int
periodic : bool

this.Compute

Full Usage: this.Compute

Parameters:
    array : IVector<float>
    periodic : bool

array : IVector<float>
periodic : bool

this.Compute

Full Usage: this.Compute

Parameters:
    array : IVector<float>
    startidx : int
    count : int
    periodic : bool

array : IVector<float>
startidx : int
count : int
periodic : bool