FixedPoint Structure

Represents a number with the specified number of digits after the decimal point.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public struct FixedPoint
Inheritance
Object  →  ValueType  →  FixedPoint

Constructors

FixedPointInitializes a new instance of the FixedPoint class

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
RoundUp 
Square 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Trunc 

Operators

Fields

See Also