共用方式為


ObjectType.BitAndObj(Object, Object) 方法

定義

執行位元 And 運算。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::Object ^ BitAndObj(System::Object ^ obj1, System::Object ^ obj2);
public static object BitAndObj (object? obj1, object? obj2);
public static object BitAndObj (object obj1, object obj2);
static member BitAndObj : obj * obj -> obj
Public Shared Function BitAndObj (obj1 As Object, obj2 As Object) As Object

參數

obj1
Object

必要。 任何 Boolean 或數值運算式。

obj2
Object

必要。 任何 Boolean 或數值運算式。

傳回

如果 obj1obj2 都評估為 1,則為 1,否則為 0。

備註

這個類別支援 Visual Basic 編譯程式,並不適合直接從您的程式代碼使用。

適用於

另請參閱