1 override of Round
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.Computations.cs (1)
142
public override DataFrameColumn
Round
(bool inPlace = false)
4 references to Round
Microsoft.Data.Analysis.Tests (4)
DataFrameTests.Computations.cs (4)
119
DataFrameColumn roundColumn = df.Columns["Double"].
Round
();
122
df.Columns["Double"].
Round
(true);
288
DataFrameColumn roundColumn = df.Columns["Double"].
Round
();
291
df.Columns["Double"].
Round
(true);