SIVector3.Z

説明

ベクトルの z 値を表すDoubleを設定したり、戻したりします。

C#構文

// get accessor

Double rtn = ISIVector3.Z;

// set accessor

ISIVector3.Z = Double;