Click or drag to resize
FloatRange Methods

The FloatRange type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current FloatRange.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FloatRange)
Determines whether the specified FloatRange is equal to the current FloatRange.
Public methodEvaluate
Evaluate the range at the specified percentage.
Public methodGetHashCode
Serves as a hash function for a FloatRange object.
(Overrides ValueTypeGetHashCode.)
Public methodGetPercentageInRange
Gets the percentage of the specified value in the range.
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Public methodToString
Returns a String that represents the current FloatRange.
(Overrides ValueTypeToString.)
Top
See Also