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

Syntax

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

Parameters

_arg1
Type: a
_arg2
Type: b
c
Type: c
_arg3
Type: d

Type Parameters

a
b
c
d

Return Value

Type: c

See Also