ConsoleLibReadFloat Method |
Namespace: DotNumerics.FortranLibraryAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool ReadFloat(
Characters source,
int width,
int d,
out float destination
)
Public Shared Function ReadFloat (
source As Characters,
width As Integer,
d As Integer,
<OutAttribute> ByRef destination As Single
) As Boolean
Request Example
View SourceParameters
- source Characters
-
- width Int32
-
- d Int32
-
- destination Single
-
Return Value
BooleanSee Also