Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Serialization Namespaces
Altaxo.Serialization.Xml
IXmlSerializationInfo Interface
IXmlSerializationInfo Methods
AddValue Method
AddValue(String, Boolean) Method
AddValue(String, Char) Method
AddValue(String, DateTime) Method
AddValue(String, Double) Method
AddValue(String, Int32) Method
AddValue(String, Int64) Method
AddValue(String, MemoryStream) Method
AddValue(String, Nullable<Boolean>) Method
AddValue(String, Nullable<Double>) Method
AddValue(String, Nullable<Int32>) Method
AddValue(String, Object) Method
AddValue(String, Single) Method
AddValue(String, String) Method
AddValue(String, TimeSpan) Method
IXml
Serialization
Info
Add
Value(String, Nullable
Double
) Method
Adds a nullable Double value element.
Namespace:
Altaxo.Serialization.Xml
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
void
AddValue
(
string
name
,
double
?
val
)
Parameters
name
String
Element name.
val
Nullable
Double
Value.
See Also
Reference
IXmlSerializationInfo Interface
AddValue Overload
Altaxo.Serialization.Xml Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net