Click or drag to resize

ConsoleLibWriteFloat 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 WriteFloat(
	Characters destination,
	float number,
	int width,
	int d
)
Request Example View Source

Parameters

destination  Characters
 
number  Single
 
width  Int32
 
d  Int32
 
See Also