GreaterThan Operator

Returns a value indicating if a is greater than b.

Syntax

static bool operator >( AseDecimal a, AseDecimal b )

Return Value

True if a is greater than b.