1 override of CumulativeMin
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.Computations.cs (1)
52
public override DataFrameColumn
CumulativeMin
(bool inPlace = false)
11 references to CumulativeMin
Microsoft.Data.Analysis.Tests (11)
DataFrameTests.Computations.cs (11)
82
DataFrameColumn floatColumn = df.Columns["Float"].
CumulativeMin
();
91
df.Columns["Float"].
CumulativeMin
(true);
132
Assert.Throws<NotSupportedException>(() => column.
CumulativeMin
());
144
Assert.Throws<NotImplementedException>(() => column.
CumulativeMin
());
156
column.
CumulativeMin
();
168
column.
CumulativeMin
();
251
DataFrameColumn floatColumn = df.Columns["Float"].
CumulativeMin
();
260
df.Columns["Float"].
CumulativeMin
(true);
301
Assert.Throws<NotSupportedException>(() => column.
CumulativeMin
());
313
Assert.Throws<NotImplementedException>(() => column.
CumulativeMin
());
331
column.
CumulativeMin
();