RangeOfFloats Constructor |
Constructor
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public RangeOfFloats(
float min,
float max
)
Public Sub New (
min As Single,
max As Single
)
public:
RangeOfFloats(
float min,
float max
)
new :
min : float32 *
max : float32 -> RangeOfFloats
Parameters
- min
- Type: SystemSingle
Min value - max
- Type: SystemSingle
Max value
See Also