| PrsReaderWriteDouble Method |
Writes the double.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public void WriteDouble(
string section,
string key,
double val,
int precision = 3,
bool forcePointSeparator = true
)
Public Sub WriteDouble (
section As String,
key As String,
val As Double,
Optional precision As Integer = 3,
Optional forcePointSeparator As Boolean = true
)
public:
void WriteDouble(
String^ section,
String^ key,
double val,
int precision = 3,
bool forcePointSeparator = true
)
member WriteDouble :
section : string *
key : string *
val : float *
?precision : int *
?forcePointSeparator : bool
(* Defaults:
let _precision = defaultArg precision 3
let _forcePointSeparator = defaultArg forcePointSeparator true
*)
-> unit
Parameters
- section String
- The section.
- key String
- The key.
- val Double
- The value.
- precision Int32 (Optional)
- The precision.
- forcePointSeparator Boolean (Optional)
- If set to true [force point separator].
Exceptions See Also