共用方式為


DoubleDataFrameColumn.ElementwiseNotEquals 方法

定義

多載

ElementwiseNotEquals(Int16)
ElementwiseNotEquals(Int32)
ElementwiseNotEquals(Int64)
ElementwiseNotEquals(SByte)
ElementwiseNotEquals(Double)
ElementwiseNotEquals(UInt16)
ElementwiseNotEquals(UInt32)
ElementwiseNotEquals(UInt64)
ElementwiseNotEquals(Single)
ElementwiseNotEquals(Byte)
ElementwiseNotEquals(ByteDataFrameColumn)
ElementwiseNotEquals(UInt32DataFrameColumn)
ElementwiseNotEquals(UInt16DataFrameColumn)
ElementwiseNotEquals(SingleDataFrameColumn)
ElementwiseNotEquals(SByteDataFrameColumn)
ElementwiseNotEquals(Int64DataFrameColumn)
ElementwiseNotEquals(Int32DataFrameColumn)
ElementwiseNotEquals(Int16DataFrameColumn)
ElementwiseNotEquals(DoubleDataFrameColumn)
ElementwiseNotEquals(UInt64DataFrameColumn)

ElementwiseNotEquals(Int16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (short value);
override this.ElementwiseNotEquals : int16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Short) As BooleanDataFrameColumn

參數

value
Int16

傳回

適用於

ElementwiseNotEquals(Int32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (int value);
override this.ElementwiseNotEquals : int -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Integer) As BooleanDataFrameColumn

參數

value
Int32

傳回

適用於

ElementwiseNotEquals(Int64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (long value);
override this.ElementwiseNotEquals : int64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Long) As BooleanDataFrameColumn

參數

value
Int64

傳回

適用於

ElementwiseNotEquals(SByte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (sbyte value);
override this.ElementwiseNotEquals : sbyte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As SByte) As BooleanDataFrameColumn

參數

value
SByte

傳回

適用於

ElementwiseNotEquals(Double)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (double value);
override this.ElementwiseNotEquals : double -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Double) As BooleanDataFrameColumn

參數

value
Double

傳回

適用於

ElementwiseNotEquals(UInt16)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (ushort value);
override this.ElementwiseNotEquals : uint16 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As UShort) As BooleanDataFrameColumn

參數

value
UInt16

傳回

適用於

ElementwiseNotEquals(UInt32)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (uint value);
override this.ElementwiseNotEquals : uint32 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As UInteger) As BooleanDataFrameColumn

參數

value
UInt32

傳回

適用於

ElementwiseNotEquals(UInt64)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (ulong value);
override this.ElementwiseNotEquals : uint64 -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As ULong) As BooleanDataFrameColumn

參數

value
UInt64

傳回

適用於

ElementwiseNotEquals(Single)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (float value);
override this.ElementwiseNotEquals : single -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Single) As BooleanDataFrameColumn

參數

value
Single

傳回

適用於

ElementwiseNotEquals(Byte)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (byte value);
override this.ElementwiseNotEquals : byte -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Byte) As BooleanDataFrameColumn

參數

value
Byte

傳回

適用於

ElementwiseNotEquals(ByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.ByteDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.ByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As ByteDataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(UInt32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.UInt32DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.UInt32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As UInt32DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(UInt16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.UInt16DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.UInt16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As UInt16DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(SingleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.SingleDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.SingleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As SingleDataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(SByteDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.SByteDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.SByteDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As SByteDataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(Int64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.Int64DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.Int64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As Int64DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(Int32DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.Int32DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.Int32DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As Int32DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(Int16DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.Int16DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.Int16DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As Int16DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(DoubleDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.DoubleDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DoubleDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As DoubleDataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於

ElementwiseNotEquals(UInt64DataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals (Microsoft.Data.Analysis.UInt64DataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.UInt64DataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As UInt64DataFrameColumn) As BooleanDataFrameColumn

參數

傳回

適用於