Bridge

Int64 ExplicitNarrowingExplicitExplicitExplicit Conversion (Double to Int64)

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

Syntax


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

Parameters

value
Type: System..::..Double