Search
XmlSerializationContext.readFloatArray Method
See Also
 






Reads a float array with the specified name.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public float[] readFloatArray (
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

elementName

The name of the element containing the array.

subElementName

The name of the elements containing the individual array values.

parentElement

The parent element of the node with the specified name.

 Return Value

An array of float values. Returns null if there is no element with the specified name under the specified parent.

 See Also