DateTimeDataFrameColumn.ElementwiseGreaterThan メソッド

定義

オーバーロード

ElementwiseGreaterThan(DateTime)
ElementwiseGreaterThan(DateTimeDataFrameColumn)

ElementwiseGreaterThan(DateTime)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (DateTime value);
override this.ElementwiseGreaterThan : DateTime -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (value As DateTime) As BooleanDataFrameColumn

パラメーター

value
DateTime

戻り値

適用対象

ElementwiseGreaterThan(DateTimeDataFrameColumn)

public Microsoft.Data.Analysis.BooleanDataFrameColumn ElementwiseGreaterThan (Microsoft.Data.Analysis.DateTimeDataFrameColumn column);
override this.ElementwiseGreaterThan : Microsoft.Data.Analysis.DateTimeDataFrameColumn -> Microsoft.Data.Analysis.BooleanDataFrameColumn
Public Function ElementwiseGreaterThan (column As DateTimeDataFrameColumn) As BooleanDataFrameColumn

パラメーター

戻り値

適用対象