hi friends,
I want to know that what is the c# equivalent of System.Single.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Nov 27, 2011, 11:53 PM
In C#System,Single Represents a single-precision floating point number.
VulpesPosted Nov 27, 2011, 6:39 AM
In fact, it's just an alias for the .NET Framework type System.Single.