Money   Conversion (Double to Money)

Creates a new Money object from a Double value.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
public static implicit operator Money (
	double value
)

Parameters

value  Double
The value to use to create a new Money object.

Return Value

Money
A new Money with the same value.

Remarks

When created using the implicit operator, the Money instance will be denominated in U.S. dollars.

See Also