-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.op_GreaterThanOrEqual(ExtendedNumerics.BigDecimal,ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Returns a value that indicates whether a BigDecimal value is greater than or equal to another BigDecimal value.
public static bool operator >=(ExtendedNumerics.BigDecimal left, ExtendedNumerics.BigDecimal right);
left
BigDecimal
right
BigDecimal