共用方式為


Vector2d.Div 方法

定義

多載

Div(Double)
已淘汰.

將此實例除以純量。

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

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(Vector2d, Double)

警告

Use static Divide() method instead.

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

參數

d
Double

傳回

屬性

適用於

Div(Vector2d, Double, Vector2d)

警告

Use static Divide() method instead.

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

參數

d
Double
result
Vector2d
屬性

適用於