DdmWriter.WriteDecimal(Decimal, 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:
void WriteDecimal(System::Decimal value, int precision, int scale);
public void WriteDecimal (decimal value, int precision, int scale);
member this.WriteDecimal : decimal * int * int -> unit
Public Sub WriteDecimal (value As Decimal, precision As Integer, scale As Integer)
Parameters
- value
- Decimal
- precision
- Int32
- scale
- Int32