DecimalAggregator.MaximumResult Property

Definition

Gets the largest value among the sequence of Decimal values.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Decimal MaximumResult { System::Decimal get(); };
public decimal MaximumResult { get; }
member this.MaximumResult : decimal
Public ReadOnly Property MaximumResult As Decimal

Property Value

The largest value among the sequence of Decimal values.

Applies to