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 UInt64 _ 
) As UInt64
C#
public static ulong Identity(
   ulong literal
)
C++
public:
 static unsigned __int64 Identity(
   unsigned __int64 literal
)
J#
public static ulong Identity(
   ulong literal
)
JScript
public static  function Identity(
   literal : UInt64
) : UInt64

Parameters

literal
The literal to return

Return Value

The received value

See Also