Bridge

Decimal..::..Round Method (Decimal, MidpointRounding)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static decimal Round(
	decimal d,
	MidpointRounding mode
)
<TemplateAttribute> _
Public Shared Function Round ( _
	d As Decimal, _
	mode As MidpointRounding _
) As Decimal
[TemplateAttribute]
public:
static Decimal^ Round(
	Decimal^ d, 
	MidpointRounding^ mode
)