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

In This Topic
    getDataType Method (DataBlkFloat)
    In This Topic
    Returns the identifier of this data type, DataBlk.TYPE_FLOAT, as defined in DataBlk.
    Syntax
    'Declaration
     
    Public Overrides Function getDataType() As Integer
    public override int getDataType()

    Return Value

    The type of data stored. Always DataBlk.TYPE_FLOAT
    See Also