NullableTypes Class Library

NullableDecimal Constructor

Initializes a new instance of the NullableDecimal structure using the specified decimal value.

Overload List

Initializes a new instance of the NullableDecimal structure using the specified decimal value.

public NullableDecimal(decimal);

Initializes a new instance of the NullableDecimal structure using the specified double-precision floating-point number.

public NullableDecimal(double);

Initializes a new instance of the NullableDecimal structure using the supplied integer value.

public NullableDecimal(int);

Initializes a new instance of the NullableDecimal structure from parameters specifying the instance's constituent parts.

public NullableDecimal(int,int,int,bool,byte);

Initializes a new instance of the NullableDecimal structure using a decimal value represented in binary and contained in a specified array.

public NullableDecimal(int[]);

Initializes a new instance of the NullableDecimal structure using the of the specified 64-bit signed integer.

public NullableDecimal(long);

Initializes a new instance of the NullableDecimal structure using the specified floating-point number.

public NullableDecimal(float);

Initializes a new instance of the NullableDecimal structure using the specified 32-bit unsigned integer.

public NullableDecimal(uint);

Initializes a new instance of the NullableDecimal structure using the of the specified 64-bit unsigned integer.

public NullableDecimal(ulong);

See Also

NullableDecimal Class | NullableTypes Namespace