DataFrameColumn.ClampImplementation<U>(U, U, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
鉗位數值超過指定閾值
protected virtual Microsoft.Data.Analysis.DataFrameColumn ClampImplementation<U>(U min, U max, bool inPlace);
abstract member ClampImplementation : 'U * 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
override this.ClampImplementation : 'U * 'U * bool -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overridable Function ClampImplementation(Of U) (min As U, max As U, inPlace As Boolean) As DataFrameColumn
類型參數
- U
參數
- min
- U
最小值。 所有低於此門檻的數值都會被設定為該門檻
- max
- U
最大值。 所有高於此門檻的值都會被設定為該門檻
- inPlace
- Boolean
指示是否應原地執行操作