Sign Method

Checks the sign of the AseDecimal value.

Syntax

int Sign( AseDecimal value )

Parameters

value – the AseDecimal structure whose design is being checked.

Return Value

Returns an integer 0 for null, 1 for positive, and -1 for a negative values respectively.