Click or drag to resize

Fraction Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Fraction class

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public Fraction(
	int num,
	int den
)
Request Example View Source

Parameters

num
Type: SystemInt32
den
Type: SystemInt32
See Also