| PrsReaderWriteDouble Method |
Writes the double.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 25.2.0.0 (25.2.0.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
- Type: SystemString
The section. - key
- Type: SystemString
The key. - val
- Type: SystemDouble
The value. - precision (Optional)
- Type: SystemInt32
The precision. - forcePointSeparator (Optional)
- Type: SystemBoolean
If set to true [force point separator].
Exceptions See Also