1 の補数演算子は、 SqlByte オペランドでビットごとの 1 の補数演算を実行します。
Public Shared Function OnesComplement( _
ByVal x As SqlByte _) As SqlByte
[C#]
public static SqlByte OnesComplement(SqlBytex);
[C++]
public: static SqlByte OnesComplement(SqlBytex);
[JScript]
public static function OnesComplement(
x : SqlByte) : SqlByte;
パラメータ
- x
SqlByte 構造体。
戻り値
SqlByte パラメータの 1 の補数を格納している Value プロパティを持つ SqlByte 構造体。
必要条件
プラットフォーム: 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