Get camera's parameter as float value.

Namespace:  AForge.Video.Ximea
Assembly:  AForge.Video.Ximea (in AForge.Video.Ximea.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public float GetParamFloat(
	string parameterName
)

Parameters

parameterName
Type: System..::.String
Parameter name to get from camera.

Return Value

Returns float value of the requested parameter.

Remarks

Note:The call is redirected to GetParamFloat(String).

See Also