ElementSize Data Member Function

Returns the size in byte of the underlying element. For example, if the TypedPointer object is really a <Float32Pointer> object, this function returns sizeof( float), which is 4 bytes.

Prototype

int32 ElementSize()

Examples

Copy Text To Clipboard

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