Decimal default value

Namespace: Composite.Data.DynamicTypes
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public static DefaultValue Decimal(
	decimal defaultValue
)
Visual Basic
Public Shared Function Decimal ( _
	defaultValue As Decimal _
) As DefaultValue
Visual C++
public:
static DefaultValue^ Decimal(
	Decimal defaultValue
)

Parameters

defaultValue
Type: System..::..Decimal
value

Return Value

[Missing <returns> documentation for "M:Composite.Data.DynamicTypes.DefaultValue.Decimal(System.Decimal)"]

See Also