precisionNumber Constructor
|
PrecisionNumber Constructor |
fraction | Portion of the number on the right side fo the decimal |
integerValue | Returns the Natural Number portion of the Value |
uValue | Unsigned value of the of the number |
Value | String representing the number |
greaterThan | Same as the > operator for precisionNumbers |
isPositive | Whether the number is positive or not |
op_Add | Same as the + operator for precisionNumbers |
op_Multiply | Same as the * operator for precision numbers |
precisionNumber Class | IDAutomation.Windows.Forms.LinearBarCode.PropertyPage Namespace