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