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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。 アップグレード中、バリアント 型は Objectにアップグレードされます。

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

Note

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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。

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

Note

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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。

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

Note

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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。

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

Note

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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。

Visual Basicでは、Not ではなく、XOrImp を使用します。

Note

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では、Visual Basic 6.0 Imp 演算子はサポートされなくなりました。 この関数は、プロジェクトのアップグレード中に Imp オペレーターを置き換えるために、アップグレード ツールによって使用されます。

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

Note

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

こちらもご覧ください

適用対象