Gets number of components in a vector
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int Length { get; }
Property Value
Int32Exceptions Exception | Condition |
---|
NullReferenceException | Thrown when vector constructed by default constructor and not assigned yet |
See Also