PbGlobal.Fact Method
.NET Standard 2.x
Determines the factorial of a number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
Fact(decimal? v) | Determines the factorial of a number. |
Fact(double? v) | Determines the factorial of a number. |
Fact(long? v) | Determines the factorial of a number. |