Click or drag to resize

NMathFunctionsPow Method

Overload List
 NameDescription
Public methodStatic memberPow(Double, DoubleComplex) Calculates the result of raising a real number to a complex power.
Public methodStatic memberPow(Double, Double) Calculates the result of raising a double-precision floating point number to a double-precision floating point power.
Public methodStatic memberPow(Double, Int32) Calculates the result of raising a double-precision floating point number to an integer power.
Public methodStatic memberPow(DoubleComplex, DoubleComplex) Calculates the result of raising a complex number to a complex power.
Public methodStatic memberPow(DoubleComplex, Double) Calculates the result of raising a complex number to a real power.
Public methodStatic memberPow(DoubleComplex, Int32) Calculates the result of raising a complex number to an integer power.
Public methodStatic memberPow(DoubleComplexMatrix, DoubleComplex) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Public methodStatic memberPow(DoubleComplexMatrix, Int32) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Public methodStatic memberPow(DoubleComplexVector, Double) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Public methodStatic memberPow(DoubleComplexVector, Int32) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Public methodStatic memberPow(DoubleMatrix, Double) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix with the given exponent.
Public methodStatic memberPow(DoubleVector, Double) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the specified exponent.
Public methodStatic memberPow(FloatComplex, FloatComplex) Calculates the result of raising a complex number to a complex power.
Public methodStatic memberPow(FloatComplex, Int32) Calculates the result of raising a complex number to an integer power.
Public methodStatic memberPow(FloatComplex, Single) Calculates the result of raising a complex number to a real power.
Public methodStatic memberPow(FloatComplexMatrix, FloatComplex) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Public methodStatic memberPow(FloatComplexMatrix, Int32) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix.
Public methodStatic memberPow(FloatComplexVector, Int32) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Public methodStatic memberPow(FloatComplexVector, Single) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the vector with the given exponent.
Public methodStatic memberPow(FloatMatrix, Single) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the power function to each element of the matrix with the given exponent.
Public methodStatic memberPow(FloatVector, Single) Creates a new vector with the same size as a given vector, whose values are the result of applying the power function to each element of the given vector.
Public methodStatic memberPow(OneVariableFunction, Double) Raises the function to the sth power.
Public methodStatic memberPow(Single, FloatComplex) Calculates the result of raising a real number to a complex power.
Public methodStatic memberPow(Single, Int32) Calculates the result of raising a floating point number to an integer power.
Public methodStatic memberPow(Single, Single) Calculates the result of raising a floating point number to a floating point power.
Top
See Also