DataFrameColumn.Filter<U>(U, U) 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.
Returns a new column filtered by the lower and upper bounds
public virtual Microsoft.Data.Analysis.DataFrameColumn Filter<U> (U min, U max);
abstract member Filter : 'U * 'U -> Microsoft.Data.Analysis.DataFrameColumn
override this.Filter : 'U * 'U -> Microsoft.Data.Analysis.DataFrameColumn
Public Overridable Function Filter(Of U) (min As U, max As U) As DataFrameColumn
Type Parameters
- U
Parameters
- min
- U
The minimum value in the resulting column
- max
- U
The maximum value in the resulting column