Click or drag to resize

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
)

Parameters

min
Type: SystemSingle
Min value
max
Type: SystemSingle
Max value
See Also