Int128.LessThanOrEqual(Int128, Int128) Operador

Definição

Compara dois valores para determinar qual é menor ou igual.

public:
 static bool operator <=(Int128 left, Int128 right) = System::Numerics::IComparisonOperators<Int128, Int128, bool>::op_LessThanOrEqual;
public static bool operator <= (Int128 left, Int128 right);
static member ( <= ) : Int128 * Int128 -> bool
Public Shared Operator <= (left As Int128, right As Int128) As Boolean

Parâmetros

left
Int128

O valor a ser comparado com right.

right
Int128

O valor a ser comparado com left.

Retornos

true se left for menor ou igual a right; caso contrário, false.

Implementações

Aplica-se a