SqlDecimal.Truncate(SqlDecimal, Int32) Méthode

Définition

Tronque la valeur de la structure SqlDecimal spécifiée à l'emplacement voulu.

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

Paramètres

n
SqlDecimal

Structure SqlDecimal à tronquer.

position
Int32

Position décimale à laquelle le nombre sera tronqué.

Retours

Fournissez une valeur négative pour le paramètre position afin de tronquer la valeur à l'emplacement correspondant à gauche du séparateur décimal.

S’applique à

Voir aussi