LBM .Net API Documentation
LBMSDMFieldDecimal Constructor (name, mant, exp)
Namespacescom.latencybusters.lbm.sdmLBMSDMFieldDecimalLBMSDMFieldDecimal(String, Int64, Int32)
Constructor for a decimal field providing the mantissa and exponent
Declaration Syntax
C#
public LBMSDMFieldDecimal(
	string name,
	long mant,
	int exp
)
Parameters
name (String)
The field name
mant (Int64)
The mantissa to be used as the decimal
exp (Int32)
The exponent to be used as the decimal

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0