Int64DataFrameColumn.ElementwiseNotEquals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- value
- Double
Gibt zurück
Gilt für:
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
Parameter
- value
- Int16
Gibt zurück
Gilt für:
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
Parameter
- value
- Int32
Gibt zurück
Gilt für:
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
Parameter
- value
- Int64
Gibt zurück
Gilt für:
ElementwiseNotEquals(Decimal)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals(decimal value);
override this.ElementwiseNotEquals : decimal -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (value As Decimal) As BooleanDataFrameColumn
Parameter
- value
- Decimal
Gibt zurück
Gilt für:
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
Parameter
- value
- Single
Gibt zurück
Gilt für:
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
Parameter
- value
- UInt16
Gibt zurück
Gilt für:
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
Parameter
- value
- UInt32
Gibt zurück
Gilt für:
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
Parameter
- value
- SByte
Gibt zurück
Gilt für:
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
Parameter
- value
- Byte
Gibt zurück
Gilt für:
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
Parameter
- column
- ByteDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- UInt16DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- SingleDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- SByteDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int64DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int32DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- Int16DataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- DoubleDataFrameColumn
Gibt zurück
Gilt für:
ElementwiseNotEquals(DecimalDataFrameColumn)
public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseNotEquals(Microsoft.Data.Analysis.DecimalDataFrameColumn column);
override this.ElementwiseNotEquals : Microsoft.Data.Analysis.DecimalDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseNotEquals (column As DecimalDataFrameColumn) As BooleanDataFrameColumn
Parameter
- column
- DecimalDataFrameColumn
Gibt zurück
Gilt für:
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
Parameter
- column
- UInt32DataFrameColumn