DataFrame.ElementwiseLessThan 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
ElementwiseLessThan<T>(IReadOnlyList<T>) | |
ElementwiseLessThan<T>(T) |
Performs an element-wise less than on each column |
ElementwiseLessThan<T>(IReadOnlyList<T>)
public Microsoft.Data.Analysis.DataFrame ElementwiseLessThan<T> (System.Collections.Generic.IReadOnlyList<T> values) where T : struct;
member this.ElementwiseLessThan : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseLessThan(Of T As Structure) (values As IReadOnlyList(Of T)) As DataFrame
Type Parameters
- T
Parameters
- values
- IReadOnlyList<T>
Returns
Applies to
ElementwiseLessThan<T>(T)
Performs an element-wise less than on each column
public Microsoft.Data.Analysis.DataFrame ElementwiseLessThan<T> (T value) where T : struct;
member this.ElementwiseLessThan : 'T -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseLessThan(Of T As Structure) (value As T) As DataFrame
Type Parameters
- T
Parameters
- value
- T