namespace NvAPIWrapper.Native.Interfaces.GPU { /// /// Holds information regarding the clock frequency of a fixed frequency clock domain /// public interface IPerformanceStates20ClockDependentSingleFrequency { /// /// Gets the clock frequency of a clock domain in kHz /// uint FrequencyInkHz { get; } } }