最初の SqlInt32 パラメータを 2 番目のパラメータで除算した後の剰余を計算します。
Public Shared Function Mod( _
ByVal x As SqlInt32, _ ByVal y As SqlInt32 _) As SqlInt32
[C#]
public static SqlInt32 Mod(SqlInt32x,SqlInt32y);
[C++]
public: static SqlInt32 Mod(SqlInt32x,SqlInt32y);
[JScript]
public static function Mod(
x : SqlInt32,y : SqlInt32) : SqlInt32;
パラメータ
- x
SqlInt32 構造体。 - y
SqlInt32 構造体。
戻り値
剰余を格納している Value を持つ SqlInt32 構造体。
必要条件
プラットフォーム: 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