OpenTypeMethods.Not(Object) 方法
定义
执行所提供值的(逻辑)按位求补运算。Performs a bitwise (logical) complement operation on the supplied value.
public:
static System::Object ^ Not(System::Object ^ value);
public static object Not (object value);
static member Not : obj -> obj
Public Shared Function Not (value As Object) As Object
参数
- value
- Object
要执行逻辑求补运算的值。Value to logically complement.
返回
所提供值的按位求补。A bitwise complement of the supplied value.