Class UnderlyingGreekVersusTime
Represents the underlying greek versus time
Constructors
UnderlyingGreekVersusTime(Double, Double)
Constructs the underlying greek versus time
Declaration
public UnderlyingGreekVersusTime(double time, double amount)
Parameters
Type | Name | Description |
---|---|---|
System.Double | time | The time |
System.Double | amount | The amount |
Properties
Amount
The Amount
Declaration
public double Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Time
The time
Declaration
public double Time { get; set; }
Property Value
Type | Description |
---|---|
System.Double |