PauliTermValue.Norm(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the L_p norm of term.
public double Norm (double power);
abstract member Norm : double -> double
override this.Norm : double -> double
Public Function Norm (power As Double) As Double
Parameters
- power
- Double
Selects type of norm.
Returns
L_p norm of term.