Nevron Open Vision Documentation
Nevron.Nov Namespace / NMathF Class / Factorial Method


In This Topic
    Factorial Method (NMathF)
    In This Topic
    Calculates the factorial of the given number.
    Syntax
    'Declaration
     
    
    Public Shared Function Factorial( _
       ByVal number As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim number As System.Integer
    Dim value As System.Integer
     
    value = NMathF.Factorial(number)
    public static System.int Factorial( 
       System.int number
    )

    Parameters

    number
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also