Angle.op_GreaterThanOrEqual

Angle GreaterThanOrEqual operator

Implementerar operatorn >=.

public static bool operator >=(Angle a, Angle b)
ParameterTypBeskrivning
aAngleParametern a.
bAngleParametern b.

Returvärde

Resultatet av operatorn.

Undantag

undantagskick
ArgumentExceptionArgument har olika typer
ArgumentNullExceptionEtt argument är null

Se även