Bridge

Int64 ExplicitNarrowingExplicitExplicitExplicit Conversion (Int64 to Double)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static explicit operator double (
	long value
)
Public Shared Narrowing Operator CType ( _
	value As Long _
) As Double
static explicit operator double^ (
	long long^ value
)

Parameters

value
Type: System..::..Int64