PrimitiveDataFrameColumn<T>.Round(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.
Calls Math.Round on each value in a column
public override Microsoft.Data.Analysis.DataFrameColumn Round (bool inPlace = false);
override this.Round : bool -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Round (Optional inPlace As Boolean = false) As DataFrameColumn
Parameters
- inPlace
- Boolean