MaximumLengthSequenceLength Property |
Gets the length of the sequence as an
Int32 value. If the sequence length is greater than int.MaxValue, an
InvalidCastException will be thrown.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int Length { get; }
Property Value
Int32The length of the sequence.
See Also