SIQuaternion.Y

Description

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

C# Syntax

// get accessor

Double rtn = ISIQuaternion.Y;

// set accessor

ISIQuaternion.Y = Double;