Interval1DLength Property |
Returns the length of this interval.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Length { get; }
Return Value
Type:
Doublethe length of this interval (max - min)
See Also