Méthode | Description | |
---|---|---|
Add ( this d, Percentage p ) : Decimal |
Adds the specified percentage to the Decimal.
|
|
Add ( this d, Percentage p ) : Double |
Adds the specified percentage to the Double.
|
|
Add ( this d, Percentage p ) : |
Adds the specified percentage to the Int64.
|
|
Add ( this d, Percentage p ) : |
Adds the specified percentage to the Int32.
|
|
Add ( this d, Percentage p ) : System.Int64 |
Adds the specified percentage to the Int16.
|
|
Add ( this d, Percentage p ) : System.Single |
Adds the specified percentage to the Single.
|
|
Divide ( this d, Percentage p ) : Decimal |
Divides the Decimal by the specified percentage.
|
|
Divide ( this d, Percentage p ) : Double |
Divides the Double by the specified percentage.
|
|
Divide ( this d, Percentage p ) : |
Divides the Int16 by the specified percentage.
|
|
Divide ( this d, Percentage p ) : |
Divides the Int32 by the specified percentage.
|
|
Divide ( this d, Percentage p ) : System.Int64 |
Divides the Int64 by the specified percentage.
|
|
Divide ( this d, Percentage p ) : System.Single |
Divides the Single by the specified percentage.
|
|
Multiply ( this d, Percentage p ) : Decimal |
Gets the specified percentage of the Decimal.
|
|
Multiply ( this d, Percentage p ) : Double |
Gets the specified percentage of the Double.
|
|
Multiply ( this d, Percentage p ) : |
Gets the specified percentage of the Int16.
|
|
Multiply ( this d, Percentage p ) : |
Gets the specified percentage of the Int32.
|
|
Multiply ( this d, Percentage p ) : System.Int64 |
Gets the specified percentage of the Int64.
|
|
Multiply ( this d, Percentage p ) : System.Single |
Gets the specified percentage of the Single.
|
|
Subtract ( this d, Percentage p ) : Decimal |
Subtracts the specified percentage to the Decimal.
|
|
Subtract ( this d, Percentage p ) : Double |
Subtracts the specified percentage to the Double.
|
|
Subtract ( this d, Percentage p ) : |
Subtracts the specified percentage to the Int64.
|
|
Subtract ( this d, Percentage p ) : |
Subtracts the specified percentage to the Int32.
|
|
Subtract ( this d, Percentage p ) : System.Int64 |
Subtracts the specified percentage to the Int16.
|
|
Subtract ( this d, Percentage p ) : System.Single |
Subtracts the specified percentage to the Single.
|
Méthode | Description | |
---|---|---|
Add ( this d, Percentage p ) : |
||
Add ( this d, Percentage p ) : |
||
Add ( this d, Percentage p ) : System.UInt64 | ||
Divide ( this d, Percentage p ) : |
||
Divide ( this d, Percentage p ) : |
||
Divide ( this d, Percentage p ) : System.UInt64 | ||
Multiply ( this d, Percentage p ) : |
||
Multiply ( this d, Percentage p ) : |
||
Multiply ( this d, Percentage p ) : System.UInt64 | ||
Subtract ( this d, Percentage p ) : |
||
Subtract ( this d, Percentage p ) : |
||
Subtract ( this d, Percentage p ) : System.UInt64 |
public static Add ( this d, Percentage p ) : Decimal | ||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat | Decimal |
public static Add ( this d, Percentage p ) : Double | ||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat | Double |
public static Add ( this d, Percentage p ) : |
||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat |
public static Add ( this d, Percentage p ) : |
||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat |
public static Add ( this d, Percentage p ) : System.Int64 | ||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat | System.Int64 |
public static Add ( this d, Percentage p ) : System.Single | ||
d | this | /// The value to add a percentage to. /// |
p | Percentage | /// The percentage to add. /// |
Résultat | System.Single |
public static Divide ( this d, Percentage p ) : Decimal | ||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat | Decimal |
public static Divide ( this d, Percentage p ) : Double | ||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat | Double |
public static Divide ( this d, Percentage p ) : |
||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat |
public static Divide ( this d, Percentage p ) : |
||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat |
public static Divide ( this d, Percentage p ) : System.Int64 | ||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat | System.Int64 |
public static Divide ( this d, Percentage p ) : System.Single | ||
d | this | /// The value to divide. /// |
p | Percentage | /// The percentage to divide to. /// |
Résultat | System.Single |
public static Multiply ( this d, Percentage p ) : Decimal | ||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat | Decimal |
public static Multiply ( this d, Percentage p ) : Double | ||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat | Double |
public static Multiply ( this d, Percentage p ) : |
||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat |
public static Multiply ( this d, Percentage p ) : |
||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat |
public static Multiply ( this d, Percentage p ) : System.Int64 | ||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat | System.Int64 |
public static Multiply ( this d, Percentage p ) : System.Single | ||
d | this | /// The value to get a percentage from. /// |
p | Percentage | /// The percentage. /// |
Résultat | System.Single |
public static Subtract ( this d, Percentage p ) : Decimal | ||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat | Decimal |
public static Subtract ( this d, Percentage p ) : Double | ||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat | Double |
public static Subtract ( this d, Percentage p ) : |
||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat |
public static Subtract ( this d, Percentage p ) : |
||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat |
public static Subtract ( this d, Percentage p ) : System.Int64 | ||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat | System.Int64 |
public static Subtract ( this d, Percentage p ) : System.Single | ||
d | this | /// The value to Subtract a percentage from. /// |
p | Percentage | /// The percentage to Subtract. /// |
Résultat | System.Single |