ElementSize Data Member Function

Returns the size of the element of which the array is composed. In this case, it returns sizeof( <Vec> ), which is 24 bytes ( 3 * sizeof( double ) ).

Prototype

int32 ElementSize()

Examples

Copy Text To Clipboard

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