DataFrame.ElementwiseGreaterThan 方法

定义

重载

ElementwiseGreaterThan<T>(T)

Source:
DataFrame.BinaryOperations.cs
Source:
DataFrame.BinaryOperations.cs
Source:
DataFrame.BinaryOperations.cs

对每个列执行大于每个列的元素

public Microsoft.Data.Analysis.DataFrame ElementwiseGreaterThan<T>(T value) where T : struct;
member this.ElementwiseGreaterThan : 'T -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseGreaterThan(Of T As Structure) (value As T) As DataFrame

类型参数

T

参数

value
T

返回

适用于

ElementwiseGreaterThan<T>(IReadOnlyList<T>)

Source:
DataFrame.BinaryOperations.cs
Source:
DataFrame.BinaryOperations.cs
Source:
DataFrame.BinaryOperations.cs
public Microsoft.Data.Analysis.DataFrame ElementwiseGreaterThan<T>(System.Collections.Generic.IReadOnlyList<T> values) where T : struct;
member this.ElementwiseGreaterThan : System.Collections.Generic.IReadOnlyList<'T (requires 'T : struct)> -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ElementwiseGreaterThan(Of T As Structure) (values As IReadOnlyList(Of T)) As DataFrame

类型参数

T

参数

values
IReadOnlyList<T>

返回

适用于