ByteQuantifiedSize.Division operator (ByteQuantifiedSize, UInt64)

Divides a ByteQuantifiedSize instance by a 64-bit integer.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Operator / ( _
    value1 As ByteQuantifiedSize, _
    value2 As ULong _
) As ByteQuantifiedSize
'Usage
Dim value1 As ByteQuantifiedSize
Dim value2 As ULong
Dim returnValue As ByteQuantifiedSize

returnValue = (value1 / value2)
public static ByteQuantifiedSize operator /(
    ByteQuantifiedSize value1,
    ulong value2
)

Parameters

Return value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A new byte-quantified size that reflects the division of the value of the value1 parameter by the value of the value2 parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Division overload

Microsoft.Exchange.Data namespace