LBM .Net API Documentation
PDMDecimal Class
Namespacescom.latencybusters.pdmPDMDecimal
A representation of a decimal with an exponent and mantissa (in the form: a x 10^b)
Declaration Syntax
C#
public class PDMDecimal
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PDMDecimal(Int64, SByte)
PDMDecimal constructor

Exponent
the exponent component of the PDMDecimal

Mantissa
the mantissa component of the PDMDecimal

ToString()()()
concatenates the mantissa and exponent into a string
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
PDMDecimal

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)