This method is used as a dummy method to simulate VJ++ behavior


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Identity( _ 
   ByVal literal As Long _ 
) As Long
C#
public static long Identity(
   long literal
)
C++
public:
 static __int64 Identity(
   __int64 literal
)
J#
public static long Identity(
   long literal
)
JScript
public static  function Identity(
   literal : long
) : long

Parameters

literal
The literal to return

Return Value

The received value

See Also