Click or drag to resize

ConsoleLibWriteInt Method


Namespace: DotNumerics.FortranLibrary
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WriteInt(
	Characters destination,
	int number,
	int width,
	int m
)
Request Example View Source

Parameters

destination  Characters
 
number  Int32
 
width  Int32
 
m  Int32
 
See Also