Click or drag to resize

yvesSave(String, Single, Int32, Int32) Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void Save(
	string strFile,
	float[,] sM,
	int iPrecBeforeDec,
	int iPrecAfterDec
)
Request Example View Source

Parameters

strFile  String
 
sM  Single
 
iPrecBeforeDec  Int32
 
iPrecAfterDec  Int32
 
See Also