op_GreaterThanOrEqual

Angle GreaterThanOrEqual operator

Implémente l’opérateur >=.

public static bool operator >=(Angle a, Angle b)
ParamètreTaperLa description
aAngleLe paramètre a.
bAngleLe paramètre b.

Return_Value

Le résultat de l’opérateur.

Exceptions

exceptioncondition
ArgumentExceptionLes arguments ont différents types
ArgumentNullExceptionUn argument est nul

Voir également