ベクトルの各コンポーネントをその絶対値に設定し、このベクトルへの更新値に配置します。
| SIVector3.Absolute( SIVector3 in_pVector ); | 
| SIVector3.Absolute( v ); | 
| パラメータ | タイプ | 説明 | 
|---|---|---|
| v | SIVector3 | オペランドベクトル | 
| dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 set v2 = XSIMath.CreateVector3 v1.Set -1010.0, 1020.0, -1030.0 v2.Absolute v1 |