DdmReader.ReadDecimal(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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