DdmReader.ReadDecimal(Int32, Int32, Int32) Method

Definition

public:
 System::Decimal ReadDecimal(int length, int precision, int scale);
public decimal ReadDecimal (int length, int precision, int scale);
member this.ReadDecimal : int * int * int -> decimal
Public Function ReadDecimal (length As Integer, precision As Integer, scale As Integer) As Decimal

Parameters

length
Int32
precision
Int32
scale
Int32

Returns

Decimal

Applies to