|   | TicksSubsecondDistribution Method | 
        
        
            Gets a sub-second time distribution in 
Ticks for the specified 
samplesPerSecond.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static Ticks[] SubsecondDistribution(
	int samplesPerSecond
)
Public Shared Function SubsecondDistribution ( 
	samplesPerSecond As Integer
) As Ticks()
public:
static array<Ticks>^ SubsecondDistribution(
	int samplesPerSecond
)
static member SubsecondDistribution : 
        samplesPerSecond : int -> Ticks[] GSF.Ticks.SubsecondDistribution = function(samplesPerSecond);
Parameters
- samplesPerSecond  Int32
- Samples per second.
Return Value
TicksArray of sub-second time distribution in 
Ticks.
 See Also
See Also