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)
84
DataFrameColumn floatColumn = df.Columns["Float"].
CumulativeMin
();
93
df.Columns["Float"].
CumulativeMin
(true);
134
Assert.Throws<NotSupportedException>(() => column.
CumulativeMin
());
146
Assert.Throws<NotImplementedException>(() => column.
CumulativeMin
());
158
column.
CumulativeMin
();
170
column.
CumulativeMin
();
253
DataFrameColumn floatColumn = df.Columns["Float"].
CumulativeMin
();
262
df.Columns["Float"].
CumulativeMin
(true);
303
Assert.Throws<NotSupportedException>(() => column.
CumulativeMin
());
315
Assert.Throws<NotImplementedException>(() => column.
CumulativeMin
());
333
column.
CumulativeMin
();