vector > value, compares all vector components to a value

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static bool operator >(
	Vector3D v,
	double a
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector3D

[Missing <param name="v"/> documentation for "M:VVVV.Utils.VMath.Vector3D.op_GreaterThan(VVVV.Utils.VMath.Vector3D,System.Double)"]

a
Type: System..::..Double

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.Vector3D.op_GreaterThan(VVVV.Utils.VMath.Vector3D,System.Double)"]

Return Value

true, if all components of v are greater than a

See Also