Version

Sum Method (Int32AverageAggregator)

Calculates the value2 of two values.
Syntax
'Declaration
 
Public Overrides Function Sum( _
   ByVal value1 As Integer, _
   ByVal value2 As Nullable(Of Decimal) _
) As Nullable(Of Decimal)
public override Nullable<decimal> Sum( 
   int value1,
   Nullable<decimal> value2
)

Parameters

value1
The first value.
value2
The second value.

Return Value

The result of value2 operation executed over the input parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also