Gets the maximum numeric value in a subset of the rows.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract DataValue<double> GetMaxNumericValue( IEnumerable<int> rowIndexes )
Parameters
- rowIndexes
- Type: System.Collections.GenericIEnumerableInt32
The subset of the rows.
Return Value
Type: DataValueDoubleThe maximum numeric value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if rowIndexes is null. |
Version Information
See Also