MindFusion.Reporting for Silverlight Programmer's Guide
Int

Returns the integer portion of a number.

Syntax

 Copy Code

int Int (
    double value
)

Parameters

value
Any valid numeric expression.

Return Value

The largest integer less than or equal to value.

See Also

Conversion Functions
Math Functions
CInt Function
Round Function