SqlByte.OnesComplement(SqlByte) 方法
定义
public:
static System::Data::SqlTypes::SqlByte OnesComplement(System::Data::SqlTypes::SqlByte x);
public static System.Data.SqlTypes.SqlByte OnesComplement (System.Data.SqlTypes.SqlByte x);
static member OnesComplement : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlByte
Public Shared Function OnesComplement (x As SqlByte) As SqlByte
参数
返回
一个 SqlByte 结构,它的 Value 属性包含 SqlByte 参数的二进制反码。A SqlByte structure whose Value property contains the ones complement of the SqlByte parameter.