Initializes a new instance of the
OzRange class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OzRange(
float min,
float max
)
Public Sub New (
min As Single,
max As Single
)
public:
OzRange(
float min,
float max
)
new :
min : float32 *
max : float32 -> OzRange
Parameters
- min
- Type: SystemSingle
- max
- Type: SystemSingle
See Also