DioDocs for PDF
Max メソッド (Vector3)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector3 構造体 : Max メソッド
最初のソースベクトル。
2番目のソースベクトル。
指定されたベクトルの最大のコンポーネントを含むベクトルを返します。
シンタックス
'宣言
 
Public Shared Function Max( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
public static Vector3 Max( 
   Vector3 left,
   Vector3 right
)

パラメータ

left
最初のソースベクトル。
right
2番目のソースベクトル。

戻り値の型

ソースベクトルの最大のコンポーネントを含むベクトル。
参照

Vector3 構造体
Vector3 メンバ