TicksTruncate Method
Gets a new
Ticks value truncated by removing fractions of the
Int64 arguement.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public Ticks Truncate(
long ticks
)
Public Function Truncate (
ticks As Long
) As Ticks
public:
Ticks Truncate(
long long ticks
)
function Truncate(ticks);
- ticks Int64
[Missing <param name="ticks"/> documentation for "M:Gemstone.Ticks.Truncate(System.Int64)"]
TicksNew
Ticks object.
If Int64 value represents the number of ticks in a second, the truncated value will represent Ticks rounded
down to the nearest whole second.