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