GeneralReturn Valid Sets Method
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 Tuple<double[], double[]> ReturnValidSets(
this Tuple<double[], double[]> data
)VB
<ExtensionAttribute>
Public Shared Function ReturnValidSets (
data As Tuple(Of Double(), Double())
) As Tuple(Of Double(), Double())