 | IDoubleEntityMemberSetDecimals Method |
Sets the DecimalNumber and the DisplayDecimalNumber properties
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxvoid SetDecimals(
byte decimalNumber,
byte displayDecimalNumber
)
Sub SetDecimals (
decimalNumber As Byte,
displayDecimalNumber As Byte
)
Parameters
- decimalNumber
- Type: SystemByte
the DecimalNumber - displayDecimalNumber
- Type: SystemByte
the DisplayDecimalNumber
See Also