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

Syntax

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

Parameters

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

Type Parameters

a
b
c
d

Return Value

Type: b

See Also