MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Parameters Management > McSetParamNmFloat

McSetParamNmFloat

Assigns a floating-point variable to a MultiCam parameter. The parameter is referred to by-name, and is preferably of the floating-point type.

[C]

MCSTATUS McSetParamNmFloat(
  MCHANDLE Instance,
  PCHAR ParamName,
  FLOAT64 ValueFloat
);

Parameters

Instance

Handle of the instance of the parameter to configure.

ParamName

Pointer to a string containing the name of the parameter to configure.

ValueFloat

Floating-point value assigned to the parameter.

Remarks

If the MultiCam parameter is not of the floating-point type, a type conversion is performed.

See Also

Parameters Management