Angle.op_GreaterThanOrEqual

Angle GreaterThanOrEqual operator

实现运算符 >=.

public static bool operator >=(Angle a, Angle b)
范围类型描述
aAngle参数a。
bAngle参数 b。

返回值

运算符的结果。

例外

例外(健康)状况
ArgumentException参数有不同的类型
ArgumentNullException参数为空

也可以看看