Edit

Share via


Int64Aggregator.Sum(Int64) Method

Definition

Adds an Int64 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(long value);
public void Sum (long value);
member this.Sum : int64 -> unit
Public Sub Sum (value As Long)

Parameters

value
Int64

A value of type Int64.

Applies to