DataFrame.ElementwiseEquals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ElementwiseEquals<T>(IReadOnlyList<T>) | |
ElementwiseEquals<T>(T) |
Performs an element-wise equals on each column |
ElementwiseEquals<T>(IReadOnlyList<T>)
public Microsoft.Data.Analysis.DataFrame ElementwiseEquals<T> (System.Collections.Generic.IReadOnlyList<T> values) where T : struct;
member this.ElementwiseEquals : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseEquals(Of T As Structure) (values As IReadOnlyList(Of T)) As DataFrame
Type Parameters
- T
Parameters
- values
- IReadOnlyList<T>
Returns
Applies to
ElementwiseEquals<T>(T)
Performs an element-wise equals on each column
public Microsoft.Data.Analysis.DataFrame ElementwiseEquals<T> (T value) where T : struct;
member this.ElementwiseEquals : 'T -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseEquals(Of T As Structure) (value As T) As DataFrame
Type Parameters
- T
Parameters
- value
- T