PrimitiveDataFrameColumn<T>.ClampImplementation<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.
protected override Microsoft.Data.Analysis.DataFrameColumn ClampImplementation<U> (U min, U max, bool inPlace);
override this.ClampImplementation : 'U * 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overrides Function ClampImplementation(Of U) (min As U, max As U, inPlace As Boolean) As DataFrameColumn
Type Parameters
- U
Parameters
- min
- U
- max
- U
- inPlace
- Boolean