'宣言 Public Overrides Function getData() As System.Object
'使用法 Dim instance As DataBlkFloat Dim value As System.Object value = instance.getData()
public override System.object getData()
戻り値の型
The array of data (a float[]) or null if there is no data.
'宣言 Public Overrides Function getData() As System.Object
'使用法 Dim instance As DataBlkFloat Dim value As System.Object value = instance.getData()
public override System.object getData()