[]
Return the data type of this CBlkWTDataSrc for the given component in the current tile. Its value should be either DataBlk.TYPE_INT or DataBlk.TYPE_FLOAT but can change according to the current tile-component.
public abstract int getDataType(int param1, int param2)
Public MustOverride Function getDataType(param1 As Integer, param2 As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | param1 | |
| int | param2 |
| Type | Description |
|---|---|
| int | Current data type |