DataFrame.ElementwiseNotEquals Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ElementwiseNotEquals<T>(IReadOnlyList<T>) | |
ElementwiseNotEquals<T>(T) |
Esegue un valore non uguale a un elemento in ogni colonna |
ElementwiseNotEquals<T>(IReadOnlyList<T>)
public Microsoft.Data.Analysis.DataFrame ElementwiseNotEquals<T> (System.Collections.Generic.IReadOnlyList<T> values) where T : struct;
member this.ElementwiseNotEquals : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseNotEquals(Of T As Structure) (values As IReadOnlyList(Of T)) As DataFrame
Parametri di tipo
- T
Parametri
- values
- IReadOnlyList<T>
Restituisce
Si applica a
ElementwiseNotEquals<T>(T)
Esegue un valore non uguale a un elemento in ogni colonna
public Microsoft.Data.Analysis.DataFrame ElementwiseNotEquals<T> (T value) where T : struct;
member this.ElementwiseNotEquals : 'T -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseNotEquals(Of T As Structure) (value As T) As DataFrame
Parametri di tipo
- T
Parametri
- value
- T