Syntax
C# |
---|
public static void g01zu( double rkappa, double beta2, int mode, out double xl, out double xu, double[] rcomm, out int ifail ) |
Visual Basic |
---|
Public Shared Sub g01zu ( _ rkappa As Double, _ beta2 As Double, _ mode As Integer, _ <OutAttribute> ByRef xl As Double, _ <OutAttribute> ByRef xu As Double, _ rcomm As Double(), _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void g01zu( double rkappa, double beta2, int mode, [OutAttribute] double% xl, [OutAttribute] double% xu, array<double>^ rcomm, [OutAttribute] int% ifail ) |
F# |
---|
static member g01zu : rkappa : float * beta2 : float * mode : int * xl : float byref * xu : float byref * rcomm : float[] * ifail : int byref -> unit |
Parameters
- rkappa
- Type: System..::..DoubleOn entry: the argument of the function.Constraint: .
- beta2
- Type: System..::..DoubleOn entry: the argument of the function.Constraint: .
- mode
- Type: System..::..Int32
- xl
- Type: System..::..Double%
- xu
- Type: System..::..Double%
- rcomm
- Type: array<System..::..Double>[]()[][]An array of size []
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).
Description
References
Schorr B (1974) Programs for the Landau and the Vavilov distributions and the corresponding random numbers Comp. Phys. Comm. 7 215–224
Error Indicators and Warnings
Errors or warnings detected by the method:
On entry, , or , or , or .
Accuracy
At least five significant digits are usually correct.
Parallelism and Performance
None.
Further Comments
None.