Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / GetFloatArray Method
The current array.
The index of the value to get.
Indicates whether to convert a single Float value to an array.

In This Topic
    GetFloatArray Method (IPdfArrayExt)
    In This Topic
    Gets the Float array at the specified index.
    Syntax
    'Declaration
     
    Public Shared Function GetFloatArray( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       Optional ByVal singleToArray As System.Boolean _
    ) As System.Single()
    public static System.float[] GetFloatArray( 
       IPdfArray array,
       System.int index,
       System.bool singleToArray
    )

    Parameters

    array
    The current array.
    index
    The index of the value to get.
    singleToArray
    Indicates whether to convert a single Float value to an array.

    Return Value

    The array at the specified key, or null.
    See Also