SIMDExtendersAdd Const Y Method
Adds a constant value to vector elements.
Definition
Namespace: DWSIM.ExtensionMethods
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
Assembly: DWSIM.ExtensionMethods (in DWSIM.ExtensionMethods.dll) Version: 10.0.0.0
C#
public static double[] AddConstY(
this double[] vector,
double constant
)VB
<ExtensionAttribute>
Public Shared Function AddConstY (
vector As Double(),
constant As Double
) As Double()