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