Click or drag to resize

ClockResolution Property

If non-null, instead of defining clock timing using floating point numbers, FMI allows the definition of rational numbers. The resolution defines the minimal quanta clock timing can be resolved by.

Namespace:  Emulate3D.FMI.V3.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public ulong? Resolution { get; }

Property Value

Type: NullableUInt64
See Also