Functor that takes a FloatComplexVector instance and returns a FloatComplex
instance.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public delegate FloatComplex FloatComplexVectorFunction( FloatComplexVector v ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function FloatComplexVectorFunction ( _ v As FloatComplexVector _ ) As FloatComplex |
| Visual C++ |
|---|
public delegate FloatComplex FloatComplexVectorFunction( FloatComplexVector^ v ) |