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

Vector4D.Vector4D Constructor

C#
public Vector4D(double value)

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

Parameters

[double] value

The element to fill the vector with.