DistillationCurveConversionTBPFitfv Method |
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void fv(
ref double[] x,
ref double[] fvec,
ref double[,] fjac,
ref int iflag
)
Public Sub fv (
ByRef x As Double(),
ByRef fvec As Double(),
ByRef fjac As Double(,),
ByRef iflag As Integer
)
Request Example
View SourceParameters
- x Double
-
- fvec Double
-
- fjac Double
-
- iflag Int32
-
See Also