AseDecimal constructors

Description

Initializes a new instance of the AseDecimal structure.

Syntax 1

AseDecimal( AseDecimal asedecimal )

Syntax 2

AseDecimal( Decimal decimal )

Syntax 3

AseDecimal( Int32 precision, Int32 scale )

Syntax 4

AseDecimal( Int32 precision, Int32 scale, Byte[ ] value )

Parameters

asedecimal: An AseDecimal structure to initialize the value of the new AseDecimal.

decimal: A decimal structure to initialize the value of the new AseDecimal.

precision: An Int32 value of the target precision.

scale: An Int32 value of the target scale.

value: The target value array in bytes.