共用方式為


Vector4d.Div 方法

定義

多載

Div(Vector4d, Double, Vector4d)
已淘汰.
Div(Double)
已淘汰.

將此實例除以純量。

Div(Vector4d, Double)
已淘汰.

Div(Vector4d, Double, Vector4d)

警告

Use static Divide() method instead.

[System.Obsolete("Use static Divide() method instead.")]
public static void Div (ref OpenTK.Vector4d a, double f, out OpenTK.Vector4d result);
static member Div :  * double *  -> unit

參數

f
Double
result
Vector4d
屬性

適用於

Div(Double)

警告

Use static Divide() method instead.

將此實例除以純量。

[System.Obsolete("Use static Divide() method instead.")]
public void Div (double f);
member this.Div : double -> unit

參數

f
Double

純量運算元。

屬性

適用於

Div(Vector4d, Double)

警告

Use static Divide() method instead.

[System.Obsolete("Use static Divide() method instead.")]
public static OpenTK.Vector4d Div (OpenTK.Vector4d a, double f);
static member Div : OpenTK.Vector4d * double -> OpenTK.Vector4d

參數

f
Double

傳回

屬性

適用於