CharToDoubleWithLimitsConverter Constructor |
Create a char to double converter that limits the size of the double.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public CharToDoubleWithLimitsConverter(
int maxValue
)
Public Sub New (
maxValue As Integer
)
public:
CharToDoubleWithLimitsConverter(
int maxValue
)
new :
maxValue : int -> CharToDoubleWithLimitsConverter
Parameters
- maxValue
- Type: SystemInt32
The largest double that can ever be returned.
See Also