Class DoubleExtensions
Extension for the double type
Inheritance
System.Object
DoubleExtensions
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DoubleExtensions : object
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 |
---|---|---|
System.Double | self | Existing double content |
System.Double | percent | Percentage required |
Returns
Type | Description |
---|---|
System.Double | double - Percentage of the double |