Int64Aggregator.Average(Int64) Method

Definition

Finds an average of a sequence of Int64 values.

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

public:
 void Average(long value);
public void Average (long value);
member this.Average : int64 -> unit
Public Sub Average (value As Long)

Parameters

value
Int64

A value of type Int64.

Applies to