SqlDecimal.Truncate(SqlDecimal, Int32) Metodo

Definizione

Tronca il valore della struttura SqlDecimal specificata nella posizione desiderata.

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

Parametri

n
SqlDecimal

Struttura SqlDecimal da troncare.

position
Int32

Posizione decimale in cui verrà troncato il numero.

Restituisce

Fornire un valore negativo per il parametro position al fine di troncare il valore alla posizione corrispondente sulla sinistra della virgola decimale.

Si applica a

Vedi anche