FortranDllService(T).GetDllVersion Method

Fortran DLL Wrapper

FortranDllServiceTGetDllVersion Method

Gets Fortran DLL version number.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int GetDllVersion()
Public Function GetDllVersion As Integer
public:
int GetDllVersion()
member GetDllVersion : unit -> int 

Return Value

Type: Int32
An integer representing the version number of the dll.
See Also