|  | BracketFunction Property | 
            Gets the function encapsulated by this bracket.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic OneVariableFunction Function { get; }Public ReadOnly Property Function As OneVariableFunction
	Get
public:
property OneVariableFunction^ Function {
	OneVariableFunction^ get ();
}member Function : OneVariableFunction with get
Property Value
OneVariableFunction See Also
See Also