FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / TruncFunction Field


In This Topic
TruncFunction Field
In This Topic
Specifies an instance of the TRUNC function.
Syntax
'Declaration
 
Public Shared ReadOnly TruncFunction As FunctionInfo
 
'Usage
 
Dim value As FunctionInfo
 
value = FunctionInfo.TruncFunction
Remarks
For more information on this function, refer to the TRUNC function in the Spread for .NET Formula Reference.
See Also