PrimitiveDataFrameColumn<T>.Abs(Boolean) 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.
Updates each numeric element with its absolute numeric value
public override Microsoft.Data.Analysis.DataFrameColumn Abs (bool inPlace = false);
override this.Abs : bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Abs (Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- inPlace
- Boolean