SqlDecimal.Floor(SqlDecimal) Metodo

Definizione

Arrotonda un numero specificato SqlDecimal al numero intero inferiore successivo.

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

Parametri

n
SqlDecimal

Struttura SqlDecimal per cui calcolare il valore del pavimento.

Valori restituiti

Struttura SqlDecimal che contiene l'intera parte numerica di questa SqlDecimal struttura.

Si applica a

Vedi anche