Click or drag to resize
FloatInterval Constructor
Initializes a new instance of the FloatInterval class

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public FloatInterval(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
max
Type: SystemSingle
See Also