Struct RangeF
The range use to setup the histogram
public struct RangeF : IEquatable<RangeF>
- Implements
- Inherited Members
Constructors
RangeF(float, float)
Create a range of the specific min/max value
public RangeF(float min, float max)
Parameters
Properties
Max
The maximum value of this range
public float Max { get; set; }
Property Value
Min
The minimum value of this range
public float Min { get; set; }
Property Value
Methods
Equals(RangeF)
Return true if the two RangeF equals
public bool Equals(RangeF other)
Parameters
other
RangeFThe other RangeF to compare with
Returns
- bool
True if the two RangeF equals