APIconvert |
public bool convertUnits( string length, string force )
Public Function convertUnits ( length As String, force As String ) As Boolean Dim instance As API Dim length As String Dim force As String Dim returnValue As Boolean returnValue = instance.convertUnits(length, force)
public: bool convertUnits( String^ length, String^ force )
member convertUnits : length : string * force : string -> bool
function convertUnits(length, force);
(c) NextFEM 2015-2026