次の方法で共有


SqlSingle.GreaterThan メソッド

2 つの SqlSingle オペランドの論理比較を実行して、最初のオペランドが 2 番目のオペランドより大きいかどうかを確認します。

Public Shared Function GreaterThan( _
   ByVal x As SqlSingle, _   ByVal y As SqlSingle _) As SqlBoolean
[C#]
public static SqlBoolean GreaterThan(SqlSinglex,SqlSingley);
[C++]
public: static SqlBoolean GreaterThan(SqlSinglex,SqlSingley);
[JScript]
public static function GreaterThan(
   x : SqlSingle,y : SqlSingle) : SqlBoolean;

パラメータ

戻り値

最初のインスタンスが 2 番目のインスタンスより大きい場合は TrueSqlBoolean 。それ以外の場合は FalseSqlSingle のいずれかのインスタンスが null の場合、 SqlBooleanValueNull になります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SqlSingle 構造体 | SqlSingle メンバ | System.Data.SqlTypes 名前空間