Gets and sets the generalized function.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction Function { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Function As NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction |
| Visual C++ |
|---|
public: property NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^ Function { NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^ get (); void set (NMathFunctions..::.GeneralizedDoubleVectorDoubleFunction^ value); } |