[]
Represents a range of a float value.
public struct RangeF : IEquatable<RangeF>
Public Structure RangeF
Implements IEquatable(Of RangeF)
| Name | Description |
|---|---|
| RangeF(float, float) | Initializes a new instance of the RangeF struct. |
| Name | Description |
|---|---|
| Max | The maximum value. |
| Min | The minimal value. |
| Name | Description |
|---|---|
| Equals(RangeF) | |
| Equals(object) | |
| GetHashCode() | |
| Multiply(float) | Multiplies this Range by the |
| Offset(float) | Offsets this Range by the |
| ToString() |
| Name | Description |
|---|---|
| operator ==(RangeF, RangeF) | Tests whether two specified RangeF structs are equivalent. |
| operator !=(RangeF, RangeF) | Tests whether two specified RangeF structs are NOT equivalent. |