Mol(Math Object Library) fot .Net
Mol と MKL の詳細バージョン情報文字列を返します。先頭から '#' までは Mol のバージョン番号。 '/' の前まではソルバーのバージョン、ビルド情報、さらに参照 MKL バージョン。'/' の後ろは実際にリンクされた MKL のバージョン情報です。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static string GetVersionString()
Visual Basic
Public Shared Function GetVersionString As String
Visual C++
public:
static String^ GetVersionString()
static member GetVersionString : unit -> string 

Return Value

タイプ: String
Mol と MKL の詳細バージョン情報文字列

参照