TicksMillisecondDistribution Method
Gets a sub-second time distribution in milliseconds for the specified samplesPerSecond.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
public static int[] MillisecondDistribution(
int samplesPerSecond
)
Public Shared Function MillisecondDistribution (
samplesPerSecond As Integer
) As Integer()
public:
static array<int>^ MillisecondDistribution(
int samplesPerSecond
)
Gemstone.Ticks.MillisecondDistribution = function(samplesPerSecond);
- samplesPerSecond Int32
- Samples per second.
Int32Array of sub-second time distribution in milliseconds.