CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    306

    Half-Presision Float

    How would I implement this in C#?

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: Half-Presision Float

    Google knows

    http://cellperformance.beyond3d.com/...-06-added.html
    There is a C sample but I hink it won't be a problem to do the same in C#.

  3. #3
    Join Date
    May 2006
    Posts
    306

    Re: Half-Presision Float

    Nice code, but I don't understand C++. It's a user-defined class, right? Well where is the equivalent of this?

    Code:
    public Half()
    {
    
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured