Namespace: DWSIM.SharedClasses.SystemsOfUnitsAssembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax public static double Convert(
string fromunit,
string tounit,
double value
)
Public Shared Function Convert (
fromunit As String,
tounit As String,
value As Double
) As Double
Request Example
View SourceParameters
- fromunit String
-
- tounit String
-
- value Double
-
Return Value
DoubleSee Also