Int32Aggregator.Maximum(Int32) 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(int value);
public void Maximum (int value);
member this.Maximum : int -> unit
Public Sub Maximum (value As Integer)

Parameters

value
Int32

A value of type Int32.

Applies to