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

Syntax

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

Parameters

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

Type Parameters

a
b
c
d

Return Value

Type: a

See Also