Version

Pow Method (Compute)

Returns x1 raised to the power x2.
Overload List
OverloadDescription
Pow(Double,Double)Returns x1 raised to the power x2.  
Pow(Double,Complex)Returns the principal value of x1 raised to the power x2.  
Pow(Complex,Double)Returns the principal value of x1 raised to the power x2.  
Pow(Complex,Complex)Returns the principal value of x1 raised to the power x2.  
Pow(Vector,Vector)Returns the pointwise power operation on two Vector instances.  
Pow(Vector,Double)Returns the pointwise power operation on a Vector and a double.  
Pow(Double,Vector)Returns the pointwise power operation on a double and a Vector.  
Pow(Vector,Complex)Returns the pointwise power operation on a Vector and a Complex number.  
Pow(Complex,Vector)Returns the pointwise power operation on a Complex number and a Vector.  
Pow(ComplexVector,ComplexVector)Returns the pointwise power operation on two ComplexVector instances.  
Pow(ComplexVector,Double)Returns the pointwise power operation on a ComplexVector and a double.  
Pow(Double,ComplexVector)Returns the pointwise power operation on a double and a ComplexVector.  
Pow(ComplexVector,Complex)Returns the pointwise power operation on a ComplexVector and a Complex number.  
Pow(Complex,ComplexVector)Returns the pointwise power operation on a Complex number and a ComplexVector.  
Pow(ComplexVector,Vector)Returns the pointwise power operation on a ComplexVector number and a Vector.  
Pow(Vector,ComplexVector)Returns the pointwise power operation on a Vector number and a ComplexVector.  
Pow(Matrix,Matrix)Returns the pointwise power operation on two Matrix instances.  
Pow(Matrix,Double)Returns the pointwise power operation on a Matrix and a double.  
Pow(Double,Matrix)Returns the pointwise power operation on a double and a Matrix.  
Pow(Matrix,Complex)Returns the pointwise power operation on a Matrix and a Complex number.  
Pow(Complex,Matrix)Returns the pointwise power operation on a Complex number and a Matrix.  
Pow(ComplexMatrix,ComplexMatrix)Returns the pointwise power operation on two ComplexMatrix instances.  
Pow(ComplexMatrix,Double)Returns the pointwise power operation on a ComplexMatrix and a double.  
Pow(Double,ComplexMatrix)Returns the pointwise power operation on a double and a ComplexMatrix.  
Pow(ComplexMatrix,Complex)Returns the pointwise power operation on a ComplexMatrix and a Complex number.  
Pow(Complex,ComplexMatrix)Returns the pointwise power operation on a Complex number and a ComplexMatrix.  
Pow(ComplexMatrix,Matrix)Returns the pointwise power operation on a ComplexMatrix number and a Matrix.  
Pow(Matrix,ComplexMatrix)Returns the pointwise power operation on a Matrix number and a ComplexMatrix.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also