Auxiliary for use as a delegate parameter
Syntax
C# |
---|
public static double g02hdz( double t ) |
Visual Basic |
---|
Public Shared Function g02hdz ( _ t As Double _ ) As Double |
Visual C++ |
---|
public: static double g02hdz( double t ) |
F# |
---|
static member g02hdz : t : float -> float |
Parameters
- t
- Type: System..::..DoubleOn entry: the argument for which _chi must be evaluated.
Return Value
Auxiliary for use as a delegate parameter
Description
Auxiliary for use as a delegate parameter
References
None.
Error Indicators and Warnings
None.
Accuracy
Not applicable.
Further Comments
None.
Example
None.