SqlDecimal.Floor(SqlDecimal) Metod

Definition

Avrundar ett angivet SqlDecimal tal till nästa lägre heltal.

public:
 static System::Data::SqlTypes::SqlDecimal Floor(System::Data::SqlTypes::SqlDecimal n);
public static System.Data.SqlTypes.SqlDecimal Floor(System.Data.SqlTypes.SqlDecimal n);
static member Floor : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Floor (n As SqlDecimal) As SqlDecimal

Parametrar

n
SqlDecimal

Strukturen SqlDecimal som golvvärdet ska beräknas för.

Returer

En SqlDecimal struktur som innehåller hela nummerdelen av den här SqlDecimal strukturen.

Gäller för

Se även