dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Truncate Method

In This Topic
    Truncate Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Truncate( _
       ByVal n As SqlDecimal, _
       ByVal position As Integer _
    ) As SqlDecimal
    public static SqlDecimal Truncate( 
       SqlDecimal n,
       int position
    )

    Parameters

    n
    position
    See Also