Click or drag to resize

Vector4IEquals Method (Vector4I, Int32)

Determines whether the specified vector is equal to the current instance of Vector4I with a given precision.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Equals(
	Vector4I v,
	int epsilon
)

Parameters

v
Type: NeoAxisVector4I
The vector to compare.
epsilon
Type: SystemInt32
The precision value.

Return Value

Type: Boolean
True if the specified vector is equal to the current instance of Vector4I; False otherwise.
See Also