Record TComplexQuantityHelper
Unit
Declaration
type TComplexQuantityHelper = record helper for TComplexQuantity
Description
Record helper for TComplexQuantity providing additional operations on complex physical quantities. Only available when ADIMOFF is not defined.
Overview
Methods
| Public | function Conjugate: TComplexQuantity; |
| Public | function Norm: TQuantity; |
| Public | function Reciprocal: TComplexQuantity; |
| Public | function SquaredNorm: TQuantity; |
Description
Methods
| Public | function Conjugate: TComplexQuantity; |
|
Returns the complex conjugate of the quantity. If | |
| Public | function Norm: TQuantity; |
|
Returns the modulus (magnitude) of the complex quantity as a real quantity. Defined as | |
| Public | function Reciprocal: TComplexQuantity; |
|
Returns the reciprocal of the complex quantity: | |
| Public | function SquaredNorm: TQuantity; |
|
Returns the squared modulus of the complex quantity as a real quantity. Defined as | |
Generated by PasDoc 1.0.4.