Modifier

CodeGenerator.GenerateDecimalValue(Decimal) Method

Definition

Generates code for the specified decimal value.

protected:
 virtual void GenerateDecimalValue(System::Decimal d);
protected virtual void GenerateDecimalValue (decimal d);
abstract member GenerateDecimalValue : decimal -> unit
override this.GenerateDecimalValue : decimal -> unit
Protected Overridable Sub GenerateDecimalValue (d As Decimal)

Parameters

d
Decimal

The decimal value to generate code for.

Applies to