lazhen
2024-12-18 32f0336643e045587fca0b513564ee68f6f801ab
1
2
3
4
5
6
Quintiq file version 2.0
#parent: #root
StaticMethod GetDurationFromPrecisionCounter (Real startCounter_i, Real endCounter_i) as Duration
{
  TextBody: 'return LibDMF_Util::GetDurationFromPrecisionCounter( endCounter_i - startCounter_i );'
}