PDMDecimal constructor
Declaration Syntax
public PDMDecimal(
long mantissa,
sbyte exponent
)
Parameters
- mantissa (Int64)
- is the "a" component in the form: a x 10^b
- exponent (SByte)
- is the "b" component in the form: a x 10^b
Assembly:
lbmcspdm (Module: lbmcspdm) Version: 5.3.6.0 (1.0.0.0)