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

Return value

Type: System.Double
The contents of the size parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Explicit overload

Microsoft.Exchange.Data namespace