Operations<T>.GreaterThanOrEqual Method

Returns if one number is greater than or equal to another.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool GreaterThanOrEqual(
	T left,
	T right
)

Parameters

left  T
 
right  T
 

Return Value

Boolean

See Also