UIFloatRange Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A range of single-precision floating point numbers.
public struct UIFloatRange : IEquatable<UIKit.UIFloatRange>
type UIFloatRange = struct
- Inheritance
-
UIFloatRange
- Implements
Constructors
| UIFloatRange(nfloat, nfloat) |
Creates a UIFloatRange representing the closed interval [ |
Fields
| Infinite |
An infinitely large range. |
| Maximum |
The maximum value in the interval. |
| Minimum |
The minimum value in the interval. |
| Zero |
Gets a UIFloatRange that has no magnitude. |
Properties
| IsInfinite |
Gets whether the range is infinitely large. |
Methods
| Equals(Object) |
Whether two UIFloatRange objects have equal values. |
| Equals(UIFloatRange) |
Whether two UIFloatRange objects have equal values. |
| GetHashCode() |
A hash for the interval. |