Constructor NumericConfig
NumericConfig(Int32, NumberFormat, NumericType)
Constructs a NumericConfig object.
Declaration
public NumericConfig(int precisionStep, NumberFormat format, NumericType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | precisionStep | the precision used to index the numeric values |
NumberFormat | format | the NumberFormat used to parse a System.String to an System.Object representing a .NET numeric type. |
NumericType | type | the numeric type used to index the numeric values |