Angle.op_GreaterThan

Angle GreaterThan 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