Share via


Support.Imp メソッド

定義

2 つの式の論理包含演算を実行します。

オーバーロード

Imp(Object, Object)
古い.

2 つの Object 式の論理包含演算を実行します。

Imp(Int64, Int64)
古い.

2 つの Int64 式の論理包含演算を実行します。

Imp(Int32, Int32)
古い.

2 つの Int32 式の論理包含演算を実行します。

Imp(Byte, Byte)
古い.

2 つの Byte 式の論理包含演算を実行します。

Imp(Boolean, Boolean)
古い.

2 つの Boolean 式の論理包含演算を実行します。

Imp(Int16, Int16)
古い.

2 つの Int16 式の論理包含演算を実行します。

Imp(Object, Object)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Object 式の論理包含演算を実行します。

public:
 static System::Object ^ Imp(System::Object ^ a, System::Object ^ b);
public static object Imp (object a, object b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static object Imp (object a, object b);
static member Imp : obj * obj -> obj
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : obj * obj -> obj
Public Function Imp (a As Object, b As Object) As Object

パラメーター

a
Object

Object 式。

b
Object

Object 式。

戻り値

結果を格納する Object

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。 アップグレード中に、Variant データ型にアップグレードObjectします。

Visual Basic で使用してNotXOrを置き換えるImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象

Imp(Int64, Int64)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Int64 式の論理包含演算を実行します。

public:
 static long Imp(long a, long b);
public static long Imp (long a, long b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static long Imp (long a, long b);
static member Imp : int64 * int64 -> int64
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int64 * int64 -> int64
Public Function Imp (a As Long, b As Long) As Long

パラメーター

a
Int64

Long 式。

b
Int64

Long 式。

戻り値

結果を格納する Long

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。

Visual Basic で使用してNotXOrを置き換えるImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象

Imp(Int32, Int32)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Int32 式の論理包含演算を実行します。

public:
 static int Imp(int a, int b);
public static int Imp (int a, int b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static int Imp (int a, int b);
static member Imp : int * int -> int
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int * int -> int
Public Function Imp (a As Integer, b As Integer) As Integer

パラメーター

a
Int32

Integer 式。

b
Int32

Integer 式。

戻り値

結果を格納する Integer

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。

Visual Basic で使用してNotXOrを置き換えるImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象

Imp(Byte, Byte)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Byte 式の論理包含演算を実行します。

public:
 static System::Byte Imp(System::Byte a, System::Byte b);
public static byte Imp (byte a, byte b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static byte Imp (byte a, byte b);
static member Imp : byte * byte -> byte
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : byte * byte -> byte
Public Function Imp (a As Byte, b As Byte) As Byte

パラメーター

a
Byte

Byte 式。

b
Byte

Byte 式。

戻り値

結果を格納する Byte

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。

Visual Basic で使用してNotXOrを置き換えるImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象

Imp(Boolean, Boolean)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Boolean 式の論理包含演算を実行します。

public:
 static bool Imp(bool a, bool b);
public static bool Imp (bool a, bool b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static bool Imp (bool a, bool b);
static member Imp : bool * bool -> bool
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : bool * bool -> bool
Public Function Imp (a As Boolean, b As Boolean) As Boolean

パラメーター

a
Boolean

Boolean 式。

b
Boolean

Boolean 式。

戻り値

結果を格納する Boolean

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。

Visual Basic で使用してNotXOrの代わりにImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象

Imp(Int16, Int16)

注意事項

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

2 つの Int16 式の論理包含演算を実行します。

public:
 static short Imp(short a, short b);
public static short Imp (short a, short b);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static short Imp (short a, short b);
static member Imp : int16 * int16 -> int16
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member Imp : int16 * int16 -> int16
Public Function Imp (a As Short, b As Short) As Short

パラメーター

a
Int16

Short 式。

b
Int16

Short 式。

戻り値

結果を格納する Short

属性

注釈

Visual Basic 6.0Imp演算子は、Visual Basic ではサポートされなくします。 この関数は、置換するアップグレード ツールで使用、Impプロジェクトのアップグレード中に演算子。

Visual Basic で使用してNotXOrを置き換えるImpします。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

こちらもご覧ください

適用対象