言語

Int32.IComparisonOperators<Int32,Int32,Boolean>.GreaterThan Operator

定義

2 つの値を比較して、どちらが大きいかを判断します。

 static bool System.Numerics.IComparisonOperators<System.Int32,System.Int32,System.Boolean>.operator >(int left, int right) = System::Numerics::IComparisonOperators<int, int, bool>::op_GreaterThan;
static bool IComparisonOperators<int,int,bool>.operator >(int left, int right);
static member ( > ) : int * int -> bool
 Shared Operator > (left As Integer, right As Integer) As Boolean Implements IComparisonOperators(Of Integer, Integer, Boolean).op_GreaterThan

パラメーター

left
Int32

rightと比較する値。

right
Int32

leftと比較する値。

返品

true leftrightより大きい場合は、それ以外の場合はfalse

実装

適用対象