Operator operator <
operator <(BigDecimal, BigDecimal)
Compares two values to determine which is less.
Declaration
public static bool operator <(BigDecimal left, BigDecimal right)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | left | The value to compare with |
BigDecimal | right | The value to compare with |
Returns
Type | Description |
---|---|
bool |