Resolution.op_GreaterThanOrEqual

Resolution GreaterThanOrEqual operator

演算子を実装 >=.

public static bool operator >=(Resolution a, Resolution b)
パラメータタイプ説明
aResolutionパラメータ a.
bResolutionパラメータ b.

戻り値

演算子の結果。

例外

例外調子
ArgumentException引数にはさまざまなタイプがあります
ArgumentNullException引数がヌルです

関連項目