DoubleDataFrameColumn.ElementwiseNotEquals Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- value
- Int16
Devoluciones
Se aplica a
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
Parámetros
- value
- Int32
Devoluciones
Se aplica a
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
Parámetros
- value
- Int64
Devoluciones
Se aplica a
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
Parámetros
- value
- SByte
Devoluciones
Se aplica a
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
Parámetros
- value
- Double
Devoluciones
Se aplica a
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
Parámetros
- value
- UInt16
Devoluciones
Se aplica a
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
Parámetros
- value
- UInt32
Devoluciones
Se aplica a
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
Parámetros
- value
- UInt64
Devoluciones
Se aplica a
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
Parámetros
- value
- Single
Devoluciones
Se aplica a
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
Parámetros
- value
- Byte
Devoluciones
Se aplica a
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
Parámetros
- column
- ByteDataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- UInt32DataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- UInt16DataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- SingleDataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- SByteDataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- Int64DataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- Int32DataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- Int16DataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- DoubleDataFrameColumn
Devoluciones
Se aplica a
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
Parámetros
- column
- UInt64DataFrameColumn