Skip to content

FloatValueCorrection Enumeration#

Lists possible float value correction strategies.

Syntax#

C#

public enum FloatValueCorrection

VB

Public Enumeration FloatValueCorrection

Members#

Member nameValueDescription
None0No correction will be applied. If the value isn't a valid value for the parameter, an exception will be thrown.
ClipToRange3If the value is not in the valid range, correct the value to the valid range.

Reference#

Basler.Pylon Namespace