DoubleRange {Microsoft.VisualBasic.ComponentModel.Ranges.Model} | .NET clr documentation |
Represents a double range with minimum and maximum values
# namespace Microsoft.VisualBasic.ComponentModel.Ranges.Model
export class DoubleRange {
# Length of the range (deffirence between maximum and minimum values)
Length: double;
# Maximum value
Max: double;
# Minimum value
Min: double;
# A vector with 2 elements: [min, max]
MinMax: double;
}