We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unary operator factory method.
Namespace: CodeJam.ArithmeticAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, T> UnaryOperator<T>( ExpressionType operatorType )
VB
Public Shared Function UnaryOperator(Of T) ( operatorType As ExpressionType ) As Func(Of T, T)
F#
static member UnaryOperator : operatorType : ExpressionType -> Func<'T, 'T>
Type: Func(T, T)Callback for the operator
OperatorsFactory ClassCodeJam.Arithmetic Namespace