Show / Hide Table of Contents

Class VectorExtensions

Provides extension methods for the System.Windows.Vector structure.

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 Source

IsClose(Vector, Vector)

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

Declaration
public static bool IsClose(this Vector vector, Vector other)
Parameters
Type Name Description
System.Windows.Vector vector

The first System.Windows.Vector structure to compare.

System.Windows.Vector other

The other System.Windows.Vector structure to compare.

Returns
Type Description
System.Boolean

A value indicating if the two System.Windows.Vectors are close to each other.

  • View Source
Back to top Generated by DocFX