RosettaCodeData/Task/Function-definition/C-sharp/function-definition-2.cs

2 lines
56 B
C#

Func<double, double, double> multiply = ((a,b) => a*b);