Table of Contents

Struct MinMaxFloat

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll
[Serializable]
public struct MinMaxFloat : IEquatable<MinMaxFloat>
Implements
Inherited Members

Constructors

MinMaxFloat(float, float)

Creates a range with the supplied minimum and maximum values.

Methods

Equals(MinMaxFloat)

Compares two ranges using exact floating-point equality on both bounds.

Equals(object)

Uses the default boxed-struct equality implementation.

GetHashCode()

Returns a hash code built from both bounds.

Operators

operator ==(MinMaxFloat, MinMaxFloat)

Compares two ranges using Equals(MinMaxFloat).

operator !=(MinMaxFloat, MinMaxFloat)

Compares two ranges using Equals(MinMaxFloat).