Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
Vector<T> Class
Vector<T> Operators
Division Operator
Division(T, Vector<T>) Operator
Division(Vector<T>, T) Operator
Division(Vector<T>, Vector<T>) Operator
Vector
T
Division(Vector
T
, Vector
T
) Operator
Pointwise divides two
Vectors
.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
static
Vector
<T>
operator
/
(
Vector
<T>
dividend
,
Vector
<T>
divisor
)
Parameters
dividend
Vector
T
The vector to divide.
divisor
Vector
T
The other vector.
Return Value
Vector
T
The result of the division.
Exceptions
Exception
Condition
ArgumentException
If
dividend
and
divisor
are not the same size.
ArgumentNullException
If
dividend
is
.
See Also
Reference
Vector
T
Class
Division Overload
Altaxo.Calc.LinearAlgebra Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net