Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public BigInteger root(
	int order
)
Visual Basic
Public Function root ( 
	order As Integer
) As BigInteger
Visual C++
public:
BigInteger^ root(
	int order
)
F#
member root : 
        order : int -> BigInteger 

Parameters

order
Type: System..::..Int32

Return Value

Type: BigInteger

See Also