Namespace: P4s3CurveNewAssembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0
Syntax
C# |
---|
public static c third5<a, b, c, d, e>(
a _arg1,
b _arg2,
c c,
d _arg3,
e _arg4
)
|
Visual Basic |
---|
Public Shared Function third5(Of a, b, c, d, e) (
_arg1 As a,
_arg2 As b,
c As c,
_arg3 As d,
_arg4 As e
) As c |
Visual C++ |
---|
public:
generic<typename a, typename b, typename c, typename d, typename e>
static c third5(
a _arg1,
b _arg2,
c c,
d _arg3,
e _arg4
) |
Parameters
- _arg1
- Type: a
- _arg2
- Type: b
- c
- Type: c
- _arg3
- Type: d
- _arg4
- Type: e
Type Parameters
Return Value
Type:
c
See Also