SqlDecimal.Floor(SqlDecimal) Método
Definição
Arredonda um número SqlDecimal especificado para o próximo número inteiro menor.Rounds a specified SqlDecimal number to the next lower whole number.
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
Parâmetros
A estrutura SqlDecimal para a qual o valor base deve ser calculado.The SqlDecimal structure for which the floor value is to be calculated.
Retornos
Uma estrutura SqlDecimal que contém a parte do número inteiro desta estrutura SqlDecimal.A SqlDecimal structure that contains the whole number part of this SqlDecimal structure.