LBM .Net API Documentation
PDMDecimal Constructor (mantissa, exponent)
Namespacescom.latencybusters.pdmPDMDecimalPDMDecimal(Int64, SByte)
PDMDecimal constructor
Declaration Syntax
C#
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)