Many of the .NET math methods are double only. When single point (float) is used this results in an unwanted cast to double. More methods will be added.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public static class GMath
Visual Basic
Public NotInheritable Class GMath
Visual C++
public ref class GMath abstract sealed

Inheritance Hierarchy

System..::..Object
  Cudafy..::..GMath

See Also