MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.ReadFloatArray Method
See Also
 





Reads a float array from the element with the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public float[] ReadFloatArray (
    string elementName,
    string subElementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadFloatArray( _
    elementName As String, _
    subElementName As String, _
    parentElement As XmlElement _
) As Single()

 Parameters

elementName
Type: String
The name of the element containing the array.
subElementName
Type: String
The name of the elements containing the individual array values.
parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

Type: Single[]
The float array read; null (Nothing in Visual Basic) if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace