Click or drag to resize

Fixed Constructor (Int64, Int64)

Initializes a new instance of the Fixed class

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public Fixed(
	long numerator,
	long denominator
)

Parameters

numerator
Type: SystemInt64

[Missing <param name="numerator"/> documentation for "M:Demo3D.EventQueue.Fixed.#ctor(System.Int64,System.Int64)"]

denominator
Type: SystemInt64

[Missing <param name="denominator"/> documentation for "M:Demo3D.EventQueue.Fixed.#ctor(System.Int64,System.Int64)"]

See Also