greater_than_or_equal


Description:

[ Version ( since = "19.0.0" ) ]
public bool greater_than_or_equal (Decimal32 other_decimal)

Parameters:

this

A Decimal32.

other_decimal

A Decimal32 to be compared.

Returns:

true if the decimal is greater than the other decimal or equal to the other decimal, false otherwise.