Bitmap for UWP
Min メソッド (Vector2)

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 : Min メソッド
The first source vector.
The second source vector.
Returns a vector containing the smallest components of the specified vectors.
シンタックス
'宣言
 
Public Shared Function Min( _
   ByVal left As Vector2, _
   ByVal right As Vector2 _
) As Vector2
public static Vector2 Min( 
   Vector2 left,
   Vector2 right
)

パラメータ

left
The first source vector.
right
The second source vector.

戻り値の型

A vector containing the smallest components of the source vectors.
参照

Vector2 構造体
Vector2 メンバ