Click or drag to resize

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)
Syntax
void SetDecimals(
	byte decimalNumber,
	byte displayDecimalNumber
)

Parameters

decimalNumber
Type: SystemByte
the DecimalNumber
displayDecimalNumber
Type: SystemByte
the DisplayDecimalNumber
See Also