Contains constants related to the specific implementation
of floating-point arithmetic in the .NET framework and
the Common Language Runtime.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public static class MachineConstants
|
| Visual Basic (Declaration) |
Public NotInheritable Class MachineConstants
|
| Visual C++ |
public ref class MachineConstants abstract sealed
|
| F# |
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MachineConstants = class end
|
Remarks
Inheritance Hierarchy
See Also