Common Block Constructor
Definition
Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CommonBlock(
int DimensionDouble,
int DimensionInt,
int DimensionSingle,
int DimensionComplex
)VB
Public Sub New (
DimensionDouble As Integer,
DimensionInt As Integer,
DimensionSingle As Integer,
DimensionComplex As Integer
)