DecimalExtensionsExp Method
Returns e raised to the specified power.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static decimal Exp(
this decimal power
)
<ExtensionAttribute>
Public Shared Function Exp (
power As Decimal
) As Decimal
public:
[ExtensionAttribute]
static Decimal Exp(
Decimal power
)
[<ExtensionAttribute>]
static member Exp :
power : decimal -> decimal
- power Decimal
- The specified power.
DecimalThe number
e raised to the specified
power.In Visual Basic and C#, you can call this method as an instance method on any object of type
Decimal. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).