a00ac Method
関数リスト一覧   NagLibrary Namespaceへ  ライブラリイントロダクション  本ヘルプドキュメントのchm形式版

a00ac provides a convenient means of checking the availability of a valid licence key on licence-managed implementations before starting computations that will use nAG Library methods. In particular, the use of this function is highly recommended in programs that call nAG Library methods within multithreaded sections. The function need only be called once, before the start of the first multithreaded section.

Syntax

C#
public static bool a00ac()
Visual Basic (Declaration)
Public Shared Function a00ac As Boolean
Visual C++
public:
static bool a00ac()
F#
static member a00ac : unit -> bool 

Return Value

a00ac provides a convenient means of checking the availability of a valid licence key on licence-managed implementations before starting computations that will use nAG Library methods. In particular, the use of this function is highly recommended in programs that call nAG Library methods within multithreaded sections. The function need only be called once, before the start of the first multithreaded section.

Description

a00ac returns the logical value true if a valid licence is found, otherwise false is returned.
On non licence-managed implementations, true is always returned.

References

Error Indicators and Warnings

Accuracy

Further Comments

See Also