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 floating-point numbers.
public struct UIFloatRange : IEquatable<UIKit.UIFloatRange>
type UIFloatRange = struct
- Inheritance
-
UIFloatRange
- Implements
Constructors
| Name | Description |
|---|---|
| UIFloatRange(NFloat, NFloat) |
Initializes a new UIFloatRange with the specified minimum and maximum values. |
Fields
| Name | Description |
|---|---|
| Infinite |
A UIFloatRange that spans from negative infinity to positive infinity. |
| Maximum |
The maximum value in the range. |
| Minimum |
The minimum value in the range. |
| Zero |
A UIFloatRange with zero magnitude. |
Properties
| Name | Description |
|---|---|
| IsInfinite |
Gets whether the range is infinitely large. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to this instance. |
| Equals(UIFloatRange) |
Determines whether the specified UIFloatRange is equal to this instance. |
| GetHashCode() |
Returns the hash code for this UIFloatRange. |