UIFloatRange Struct

Definition

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 [minimum, maximum].

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.

Applies to