SqlDecimal.Truncate(SqlDecimal, Int32) Método

Definición

Trunca el valor de la estructura SqlDecimal especificada en la posición deseada.

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

Parámetros

n
SqlDecimal

Estructura SqlDecimal que se va a truncar.

position
Int32

Posición decimal en la que se va a truncar el número.

Devoluciones

Especifique un valor negativo para el parámetro position si desea truncar el valor en la posición correspondiente a la izquierda del separador decimal.

Se aplica a

Consulte también