Returns the unit element or elements representing the variables depending on the argument.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static TPSA one(
	int i = 0
)
Visual Basic
Public Shared Function one ( _
	Optional i As Integer = 0 _
) As TPSA
Visual C++
public:
static TPSA^ one(
	int i = 0
)

Parameters

i (Optional)
Type: System..::..Int32
i=0 returns the unit element of the algebra. i>0 returns the element of the algebra corresponding to that variable.

Return Value

A new TPSA object representing the result.

See Also