ElementSize Data Member Function

Returns the size of the element of which the array is composed. In this case, it returns sizeof( <Float64Vector> ), which is 32 bytes ( 4 * sizeof( <float64> ) ).

Prototype

int32 ElementSize()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.