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

Syntax

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

Parameters

_arg1
Type: a
b
Type: b
_arg2
Type: c

Type Parameters

a
b
c

Return Value

Type: b

See Also