I have a Silverlight 4.0 datagrid, which has the SelectionMode set to Single. The problem with this is that users need to CTRL+Click on an already-selected row in order to deselect it (and have nothin
I have recorded real-time stock quotes in an SQL database with fields Id, Last, and TimeStamp.Last being the current stock price (as a double), and TimeStamp is the DateTime when the price change was
I am trying to do some interop between C# and F# in Mono. Is there a System.Tuple in Mono C#? I can see the one in Mono.CSharp, but that doesn\'t seem to be the same type as F# (a\' * b\'). So,
How do I write a match function that takes two strings and compares them with each other? Right now I just have this. The first one does not work. Is there a better way?
I am an F# noob and the learning curve has been steep, mostly because of not understanding why things are not working.
What is best way to represent fractions in F#? Haskell and Rack开发者_StackOverflowet have convinient way to represent ratios. Is there a data type in F# to represent ratios?You can use the F# Powerpa
I am trying to explore the type开发者_开发知识库 of operators such as :: in F# interactive. But I get these kinds of messages:
I have started using MonoDevelop for F# on a Mac. It\'s pretty cool, except for the fact that it crashes quite a lot. One thing that is bothering me is that I can\'t change the order of the F# source
Why code like this doesn\'t compile? type MyType() = static member myMember (f,(g,h)) = g static member myMember (a,(b,c,d)) = MyType.myMember(a,(b,c))
According to the MSDN documentaion: When set to false, disables the display of declaration values in the