greaterEqual overloads
Synopses
Declared in <bdldfp_decimalimputil_inteldfp.h>
Return whether lhs is greater than or equal to rhs.
static
bool
greaterEqual(
ValueType128 lhs,
ValueType128 rhs);
Return whether lhs is greater than or equal to rhs.
static
bool
greaterEqual(
ValueType32 lhs,
ValueType32 rhs);
Return whether lhs is greater than or equal to rhs.
static
bool
greaterEqual(
ValueType64 lhs,
ValueType64 rhs);
Return Value
true if lhs is greater than or equal to rhs
Parameters
Name |
Description |
lhs |
left‐hand decimal value |
rhs |
right‐hand decimal value |
Created with MrDocs