![]() | APIconvert |
public double convertValue( double value, string OldUnits, string NewUnits )
Public Function convertValue ( value As Double, OldUnits As String, NewUnits As String ) As Double Dim instance As API Dim value As Double Dim OldUnits As String Dim NewUnits As String Dim returnValue As Double returnValue = instance.convertValue(value, OldUnits, NewUnits)
public: double convertValue( double value, String^ OldUnits, String^ NewUnits )
member convertValue : value : float * OldUnits : string * NewUnits : string -> float
(c) NextFEM 2015-2025