yvesSave(String, Single, Int32, Int32) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void Save(
string strFile,
float[,] sM,
int iPrecBeforeDec,
int iPrecAfterDec
)
Public Shared Sub Save (
strFile As String,
sM As Single(,),
iPrecBeforeDec As Integer,
iPrecAfterDec As Integer
)
Request Example
View SourceParameters
- strFile String
-
- sM Single
-
- iPrecBeforeDec Int32
-
- iPrecAfterDec Int32
-
See Also