f06bn returns the value .
Syntax
C# |
---|
public static double f06bn( double a, double b ) |
Visual Basic |
---|
Public Shared Function f06bn ( _ a As Double, _ b As Double _ ) As Double |
Visual C++ |
---|
public: static double f06bn( double a, double b ) |
F# |
---|
static member f06bn : a : float * b : float -> float |
Parameters
- a
- Type: System..::..DoubleOn entry: the value .
- b
- Type: System..::..DoubleOn entry: the value .
Return Value
f06bn returns the value .
Description
None.
References
None.
Error Indicators and Warnings
None.
Accuracy
Not applicable.
Parallelism and Performance
None.
Further Comments
None.