Divides the specified vector by a specified scalar value.
'宣言
Public Overloads Shared Function Divide( _
ByVal As Vector4, _
ByVal As System.Single _
) As Vector4
public static Vector4 Divide(
Vector4 ,
System.float
)
パラメータ
- left
- The vector.
- divisor
- The scalar value.
戻り値の型
The vector that results from the division.