Show / Hide Table of Contents

Class VectorExtensions

Provides extension methods for the Vector structure.

Inheritance
object
VectorExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Extensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class VectorExtensions

Methods

View Source

IsClose(Vector, Vector)

Checks if the Vector structure is close to another Vector structure.

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.

  • View Source
Back to top Generated by DocFX