a00aa prints information about the version of the NAG Library in use.

Syntax

C#
public static void a00aa()
Visual Basic
Public Shared Sub a00aa
Visual C++
public:
static void a00aa()
F#
static member a00aa : unit -> unit 

Description

The NAG Library is available for use on a number of different computer systems. For each distinct system an implementation of the library is prepared. This includes tested compiled libraries and any necessary system-specific support material. a00aa may be called to print the implementation details and Mark (i.e., maintenance level) of the NAG Library implementation that is being used.

References

None.

Error Indicators and Warnings

None.

Accuracy

Not applicable.

Parallelism and Performance

None.

Further Comments

None.

Example

This example makes a call of a00aa sending output to the current advisory message unit.

Example program (C#): a00aae.cs

Example program results: a00aae.r

See Also