Int64Aggregator.Maximum(Int64) Method

Definition

Assigns the value parameter to the existing result if the value parameter is greater than the existing result.

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

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

Parameters

value
Int64

A value of type Int64.

Applies to