yvesPythagoras Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private static float Pythagoras(
float a,
float b
)VB
Private Shared Function Pythagoras (
a As Single,
b As Single
) As Single