Interface INorm<TSelf>
Interface defining a method to compute the norm of an element.
Inherited Members
Namespace: BRIDGES.Algebra.Measure
Assembly: BRIDGES.dll
Syntax
public interface INorm<TSelf> : IMetric<TSelf>
Type Parameters
Name | Description |
---|---|
TSelf | Type of the elements in the normed set. |
Methods
| Improve this Doc View SourceNorm()
Computes the norm of this element.
Declaration
double Norm()
Returns
Type | Description |
---|---|
Double | The value of the norm. |