DecimalAggregator.Minimum(Decimal) Method

Definition

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

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

public:
 void Minimum(System::Decimal value);
public void Minimum (decimal value);
member this.Minimum : decimal -> unit
Public Sub Minimum (value As Decimal)

Parameters

value
Decimal

The Decimal value.

Applies to