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