PbGlobal.Fact(double? v) Method
.NET Standard 2.x
Determines the factorial of a number.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public static double? Fact(double? v);
Parameters
v
System.Double
The number for which you want the factorial.
Returns
System.Double
Returns the factorial of v. If n is null, Fact returns null.
Examples
Coming soon.
Applies to
.NET Standard
2.x