SqlDecimal.Scale Property

Definition

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

public:
 property System::Byte Scale { System::Byte get(); };
public byte Scale { get; }
member this.Scale : byte
Public ReadOnly Property Scale As Byte

Property Value

The number of decimal places to which the Value property is resolved.

Applies to

See also