Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.Vector3D Constructor

C#
public Vector3D(double value)

Constructs a vector whose elements are all the single specified value.

Parameters

[double] value

The element to fill the vector with.