Compartir a través de


ByteQuantifiedSize.Division Operator (ByteQuantifiedSize, Int32)

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

Syntax

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

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

Parameters