Click or drag to resize

FactorLength Property

Gets the length of the data vector for this factor.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Length { get; }

Return Value

Int32
Returns this.Data.Length.
See Also