Bridge

Int64 ExplicitNarrowingExplicitExplicitExplicit Conversion (Single to Int64)

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

Syntax


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

Parameters

value
Type: System..::..Single