yvesSave(String, Single, Int 32, Int 32) Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static void Save(
string strFile,
float[,] sM,
int iPrecBeforeDec,
int iPrecAfterDec
)VB
Public Shared Sub Save (
strFile As String,
sM As Single(,),
iPrecBeforeDec As Integer,
iPrecAfterDec As Integer
)