Click or drag to resize

VectorLength Property

Gets number of components in a vector

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Length { get; }

Property Value

Int32
Exceptions
ExceptionCondition
NullReferenceExceptionThrown when vector constructed by default constructor and not assigned yet
See Also