Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Serialization Namespaces
Altaxo.Serialization.Xml
XmlStreamDeserializationInfo Class
XmlStreamDeserializationInfo Methods
GetArray Method
GetArray(Single[]) Method
GetArray(DateTime[], Int32) Method
GetArray(Double[], Int32) Method
GetArray(Int32[], Int32) Method
GetArray(String, Double[]) Method
GetArray(String, Int32[]) Method
GetArray(String[], Int32) Method
GetArray(BitArray, BitArray, Int32) Method
Xml
Stream
Deserialization
Info
Get
Array(Bit
Array, Bit
Array, Int
32) Method
Gets an array of nullable booleans.
Namespace:
Altaxo.Serialization.Xml
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
void
GetArray
(
BitArray
values
,
BitArray
conditions
,
int
count
)
Parameters
values
BitArray
The boolean values to store (true or false).
conditions
BitArray
The conditions to store (if true, the value is set, if false, the value is null).
count
Int32
The element count.
Implements
IXmlDeserializationInfo
GetArray(BitArray, BitArray, Int32)
See Also
Reference
XmlStreamDeserializationInfo Class
GetArray 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