DoubleAggregator.Sum(Double) Method

Definition

Adds a Double value to the existing result.

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

public:
 void Sum(double value);
public void Sum (double value);
member this.Sum : double -> unit
Public Sub Sum (value As Double)

Parameters

value
Double

A value of type double.

Applies to