Class VectorExtensions
Provides extension methods for the System.
Inheritance
System.Object
VectorExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Extensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class VectorExtensions
Methods
View SourceIsClose(Vector, Vector)
Checks if the System.
Declaration
public static bool IsClose(this Vector vector, Vector other)
Parameters
Type | Name | Description |
---|---|---|
System. |
vector | The first System. |
System. |
other | The other System. |
Returns
Type | Description |
---|---|
System. |
A value indicating if the two System. |