Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public static c third3<a, b, c>(
	a _arg1,
	b _arg2,
	c c
)
Visual Basic
Public Shared Function third3(Of a, b, c) ( 
	_arg1 As a,
	_arg2 As b,
	c As c
) As c
Visual C++
public:
generic<typename a, typename b, typename c>
static c third3(
	a _arg1, 
	b _arg2, 
	c c
)

Parameters

_arg1
Type: a
_arg2
Type: b
c
Type: c

Type Parameters

a
b
c

Return Value

Type: c

See Also