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 Double _ ) As Double |
C# |
---|
public static double Identity( double literal ) |
C++ |
---|
public: static double Identity( double literal ) |
J# |
---|
public static double Identity( double literal ) |
JScript |
---|
public static
function Identity( literal : double ) : double |
Parameters
- literal
- The literal to return
Return Value
The received value