ConsoleLibWriteFloat Method |
Namespace: DotNumerics.FortranLibraryAssembly: 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
)
Public Shared Sub WriteFloat (
destination As Characters,
number As Single,
width As Integer,
d As Integer
)
Request Example
View SourceParameters
- destination Characters
-
- number Single
-
- width Int32
-
- d Int32
-
See Also