Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Sub New (
value As Integer
)
public:
Quad(
int value
)
new :
value : int -> Quad
Parameters
- value
- Type: SystemInt32
A positive integer
value must be greater than or equal to zero. Otherwise, an
OverflowException is thrown.
Reference