Share via


UIFloatRange Struct

Definition

A range of single-precision floating point numbers.

public struct UIFloatRange : IEquatable<UIKit.UIFloatRange>
type UIFloatRange = struct
Inheritance
UIFloatRange
Implements

Constructors

Name Description
UIFloatRange(NFloat, NFloat)

Fields

Name Description
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

Name Description
IsInfinite

Gets whether the range is infinitely large.

Methods

Name Description
Equals(Object)

Whether two UIFloatRange objects have equal values.

Equals(UIFloatRange)

Whether two UIFloatRange objects have equal values.

GetHashCode()

A hash for the interval.

Applies to