Share via


IMutableElementType.SetScale(Nullable<Int32>) Method

Definition

Sets 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.

public void SetScale (int? scale);
abstract member SetScale : Nullable<int> -> unit
Public Sub SetScale (scale As Nullable(Of Integer))

Parameters

scale
Nullable<Int32>

The maximum number of decimal places that is allowed in each element.

Applies to