Class VectorExtensions
Provides extension methods for the Vector structure.
Namespace: Sartorius.SAF.Presentation.Extensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class VectorExtensions
Methods
View SourceIsClose(Vector, Vector)
Declaration
public static bool IsClose(this Vector vector, Vector other)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector | vector | The first Vector structure to compare. |
| Vector | other | The other Vector structure to compare. |
Returns
| Type | Description |
|---|---|
| bool | A value indicating if the two Vectors are close to each other. |