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

Syntax

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

Parameters

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

Type Parameters

a
b
c
d

Return Value

Type: d

See Also