DataValueCollectionGetMaxNumericValue Method

Spotfire 15.0 API Reference
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: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public abstract DataValue<double> GetMaxNumericValue(
	IEnumerable<int> rowIndexes
)

Parameters

rowIndexes
Type: System.Collections.GenericIEnumerableInt32
The subset of the rows.

Return Value

Type: DataValueDouble
The maximum numeric value.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if rowIndexes is null.
Version Information


See Also

Reference