Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static float Pythagoras(
float a,
float b
)
Private Shared Function Pythagoras (
a As Single,
b As Single
) As Single
Request Example
View SourceParameters
- a Single
-
- b Single
-
Return Value
SingleSee Also