Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / getDataFloat Method

In This Topic
    getDataFloat Method
    In This Topic
    Returns the array containing the data, or null if there is no data array.
    Syntax
    'Declaration
     
    Public Function getDataFloat() As Single()
    public float[] getDataFloat()

    Return Value

    The array of data or null if there is no data.
    See Also