public class FloatRange
Class FloatRange. Provides floatrange functionality for the Hytale server.
java.lang.Object > FloatRange
Field Summary
No fields documented.
Method Detail
getResult
public
float
getResult
()
Method getResult.
getValue
public
float
getValue
(final float v)
Method getValue.
- Parameters:
final floatv
toString
public
String
toString
()
Method toString.
Normal
public
public
Normal
(final float min, final float max)
Method Normal.
- Parameters:
final floatminfinal floatmax
getMin
public
float
getMin
()
Method getMin.
getRange
public
float
getRange
()
Method getRange.