Scale property

Gets and sets the number of decimal places to which Value is resolved.

Visual Basic syntax

Public Property Scale As Byte

C# syntax

public byte Scale {get;set;}

Remarks

The number of decimal places to which Value is resolved. The default is 0.

The Scale property is only used for decimal and numeric input parameters.