Click or drag to resize
CharToDoubleWithLimitsConverter Constructor
Create a char to double converter that limits the size of the double.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public CharToDoubleWithLimitsConverter(
	int maxValue
)

Parameters

maxValue
Type: SystemInt32
The largest double that can ever be returned.
See Also