| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overrides NotOverridable Sub WriteValue( _ ByVal value As Double _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim value As Double instance.WriteValue(value) | |
Parameters
- value
The double-precision floating-point value to write.
If WriteValue is called multiple times in succession, values are written one next to the other without being delimited by white space. To write a list of values, call the WriteValue(Object) method using an array of values as parameter.
Values are encoded according to the Profile settings.