SqlDecimal.Round(SqlDecimal, Int32) Metoda

Definice

Získá číslo nejbližší hodnotě zadané SqlDecimal struktury se zadanou přesností.

public:
 static System::Data::SqlTypes::SqlDecimal Round(System::Data::SqlTypes::SqlDecimal n, int position);
public static System.Data.SqlTypes.SqlDecimal Round (System.Data.SqlTypes.SqlDecimal n, int position);
static member Round : System.Data.SqlTypes.SqlDecimal * int -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Round (n As SqlDecimal, position As Integer) As SqlDecimal

Parametry

n
SqlDecimal

Struktura SqlDecimal , která má být zaokrouhlená.

position
Int32

Počet významných desetinných číslic (přesnosti) ve návratové hodnotě.

Návraty

Struktura SqlDecimal , která obsahuje výsledky operace zaokrouhlení.

Platí pro

Viz také