Click or drag to resize

FloatInterval Constructor

Initializes a new instance of the FloatInterval class

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

Parameters

min
Type: SystemSingle
max
Type: SystemSingle
See Also