 | OneVariableFunctionFunc Property |
Gets the function encapsulated by this object.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic Func<double, double> Func { get; }
Public ReadOnly Property Func As Func(Of Double, Double)
Get
public:
property Func<double, double>^ Func {
Func<double, double>^ get ();
}
member Func : Func<float, float> with get
Property Value
Type:
FuncDouble,
Double
See Also