SIQuaternion.Z

Description

Sets or returns a Double representing the Z value of this quaternion.

C# Syntax

// get accessor

Double rtn = ISIQuaternion.Z;

// set accessor

ISIQuaternion.Z = Double;