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

Syntax

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

Parameters

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

Type Parameters

a
b
c

Return Value

Type: a

See Also