yvesSubtract(Single, Single, Single) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void Subtract(
float[] sV1,
float[] sV2,
float[] sR
)
Public Shared Sub Subtract (
sV1 As Single(),
sV2 As Single(),
sR As Single()
)
Request Example
View SourceParameters
- sV1 Single
-
- sV2 Single
-
- sR Single
-
See Also