CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Initializes a new instance of the DecimalConstantAttribute class with the specified unsigned integer values.

Namespace: ?System.Runtime.CompilerServices
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	scale As Byte, _
	sign As Byte, _
	hi As UInteger, _
	mid As UInteger, _
	low As UInteger _
)
C#
public DecimalConstantAttribute(
	byte scale,
	byte sign,
	uint hi,
	uint mid,
	uint low
)
Visual C++
public:
DecimalConstantAttribute(
	unsigned char scale, 
	unsigned char sign, 
	unsigned int hi, 
	unsigned int mid, 
	unsigned int low
)
JavaScript
System.Runtime.CompilerServices.DecimalConstantAttribute = function(scale, sign, hi, mid, low);

Parameters

scale
Type: System..::.Byte
The power of 10 scaling factor that indicates the number of digits to the right of the decimal point. Valid values are 0 through 28 inclusive.
sign
Type: System..::.Byte
A value of 0 indicates a positive value, and a value of 1 indicates a negative value.
hi
Type: System..::.UInt32
The high 32 bits of the 96-bit Value.
mid
Type: System..::.UInt32
The middle 32 bits of the 96-bit Value.
low
Type: System..::.UInt32
The low 32 bits of the 96-bit Value.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionscale > 28.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT