setData Method (DataBlkFloat)
In This Topic
Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions.
Syntax
'Declaration
Public Overrides Sub setData( _
ByVal As Object _
)
public override void setData(
object
)
Parameters
- arr
- The data array to use. Must be a float array.
See Also