Skip to content

Round parser #53

@techyian

Description

@techyian

Rounds a double-precision floating-point value to the nearest integer.

=Round(12.456)
=Round(12.453,2)
=Round(Fields!YearlyIncome.Value /12,2)
=Round(2.5, System.MidpointRounding.AwayFromZero)
=Round(2.5, System.MidpointRounding.ToEven)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions