[]
Repesents the decimal part of the numeric value handling mode.
public enum DecimalMode
Public Enum DecimalMode
Name | Description |
---|---|
Cut | Cut off the decimal part, only kepts the integer part value. |
Filter | The decimal point will be filtered. |