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

Syntax

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

Parameters

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

Type Parameters

a
b
c
d
e

Return Value

Type: b

See Also