Bridge

Decimal ImplicitWideningImplicitImplicitImplicit Conversion (Int64 to Decimal)

Defines an explicit conversion of a 64-bit signed integer to a Decimal.

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

Syntax


public static implicit operator decimal (
	long value
)
Public Shared Widening Operator CType ( _
	value As Long _
) As Decimal
static implicit operator Decimal^ (
	long long^ value
)

Parameters

value
Type: System..::..Int64
The 64-bit signed integer to convert.

Return Value

The converted 64-bit signed integer.