f06db broadcasts an integer scalar into an integer vector.
Syntax
C# |
---|
public static void f06db( int n, int con, int[] x, int incx, out int ifail ) |
Visual Basic |
---|
Public Shared Sub f06db ( _ n As Integer, _ con As Integer, _ x As Integer(), _ incx As Integer, _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void f06db( int n, int con, array<int>^ x, int incx, [OutAttribute] int% ifail ) |
F# |
---|
static member f06db : n : int * con : int * x : int[] * incx : int * ifail : int byref -> unit |
Parameters
- n
- Type: System..::..Int32On entry: , the number of elements in .
- con
- Type: System..::..Int32On entry: the scalar .
- x
- Type: array<System..::..Int32>[]()[][]An array of size [dim1]Note: the dimension of the array x must be at least .On exit: the vector . will be stored in , for .Intermediate elements of x are unchanged.
- incx
- Type: System..::..Int32On entry: the increment in the subscripts of x between successive elements of .Constraint: .
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error (see [Error Indicators and Warnings]).
Description
References
None.
Error Indicators and Warnings
Accuracy
Not applicable.
Parallelism and Performance
None.
Further Comments
None.