Прочетете на английски Редактиране

Споделяне чрез


NFloat.GreaterThanOrEqual(NFloat, NFloat) Operator

Definition

Compares two values to determine which is greater or equal.

C#
public static bool operator >=(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);

Parameters

left
NFloat

The value to compare with right.

right
NFloat

The value to compare with left.

Returns

true if left is greater than or equal to right; otherwise, false.

Implements

Applies to

Продукт Версии
.NET 7, 8, 9, 10