Bridge

UInt64 ExplicitNarrowingExplicitExplicitExplicit Conversion (Double to UInt64)

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

Syntax


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

Parameters

value
Type: System..::..Double