Cast a decimal? to this int?

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override void Set(
	Nullable<decimal> o
)
Visual Basic
Public Overrides Sub Set ( _
	o As Nullable(Of Decimal) _
)
Visual C++
public:
virtual void Set(
	Nullable<Decimal> o
) override

Parameters

o
Type: Nullable<(Of <(<'Decimal>)>)>
o

See Also