Share via


RuntimeElementType.GetScale Method

Definition

Gets the scale of data that is allowed in this elements of the collection. For example, if the element type is a Decimal, then this is the maximum number of decimal places.

[System.Diagnostics.DebuggerStepThrough]
public virtual int? GetScale ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member GetScale : unit -> Nullable<int>
override this.GetScale : unit -> Nullable<int>
Public Overridable Function GetScale () As Nullable(Of Integer)

Returns

The scale, or null if none is defined.

Attributes

Applies to