ByteQuantifiedSize Explicit conversion (ByteQuantifiedSize to Double)
Converts the value of the specified ByteQuantifiedSize to a double value.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Narrowing Operator CType ( _
size As ByteQuantifiedSize _
) As Double
'Usage
Dim input As ByteQuantifiedSize
Dim output As Double
output = CType(input, Double)
public static explicit operator double (
ByteQuantifiedSize size
)
Parameters
size
Type: Microsoft.Exchange.Data.ByteQuantifiedSizeThe byte-quantified size to convert.
Return value
Type: System.Double
The contents of the size parameter.