Click or drag to resize

DoubleExtensions Methods

The DoubleExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRandom(Double)
Returns a random number less than the double value and greater than or equal to 0
Public methodStatic memberGetRandom(Double, Double)
Returns a random number greater than or equal to the specified minValue and less than the maxValue
Public methodStatic memberIsWiderThanRange
Checks if the minValue and maxValue differ by more than the specified maximum range.
Top
See Also