Class Percentage
Inheritance
System.Object
Percentage
Assembly: IronPPT.dll
Syntax
public class Percentage : Object, IPercentage
Constructors
Percentage()
Declaration
Properties
Value
Declaration
public Nullable<double> Value { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Operators
Implicit(Double to Percentage)
Declaration
public static implicit operator Percentage(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Implicit(Int32 to Percentage)
Declaration
public static implicit operator Percentage(int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
Returns
Implements