DecimalAggregator.Average(Decimal) Method

Definition

Averages Decimal values.

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

public:
 void Average(System::Decimal value);
public void Average (decimal value);
member this.Average : decimal -> unit
Public Sub Average (value As Decimal)

Parameters

value
Decimal

The Decimal value.

Applies to