ByteQuantifiedSize.Addition operator (ByteQuantifiedSize, ByteQuantifiedSize)
Adds two ByteQuantifiedSize instances.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Operator + ( _
value1 As ByteQuantifiedSize, _
value2 As ByteQuantifiedSize _
) As ByteQuantifiedSize
'Usage
Dim value1 As ByteQuantifiedSize
Dim value2 As ByteQuantifiedSize
Dim returnValue As ByteQuantifiedSize
returnValue = (value1 + value2)
public static ByteQuantifiedSize operator +(
ByteQuantifiedSize value1,
ByteQuantifiedSize value2
)
Parameters
value1
Type: Microsoft.Exchange.Data.ByteQuantifiedSizeThe byte-quantified size to add the value to.
value2
Type: Microsoft.Exchange.Data.ByteQuantifiedSizeThe value to add.
Return value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A new byte-quantified size that reflects the addition of the value of the value1 parameter to the value of the value2 parameter.