Class DoubleExtensions
Extension for the double type
Inherited Members
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DoubleExtensions
Methods
View SourcePercent(double, double)
Calculates the percentage of a double
Declaration
public static double Percent(this double self, double percent)
Parameters
| Type | Name | Description |
|---|---|---|
| double | self | Existing double content |
| double | percent | Percentage required |
Returns
| Type | Description |
|---|---|
| double | double - Percentage of the double |