FixedPoint Constructor

Initializes a new instance of the FixedPoint class

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public FixedPoint(
	BigInteger value,
	int precision
)

Parameters

value  BigInteger
 
precision  Int32
 

See Also