Click or drag to resize

UtilityaccuracyCalculator Method

[Missing <summary> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

Namespace:  CSharpOsu.Util
Assembly:  CSharpOsu (in CSharpOsu.dll) Version: 1.0.0
Syntax
public float accuracyCalculator(
	OsuBeatmap[] bt,
	long count50,
	long count100,
	long count300,
	long countmiss,
	long countkatu,
	long countgeki
)

Parameters

bt
Type: CSharpOsu.ModuleOsuBeatmap

[Missing <param name="bt"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

count50
Type: SystemInt64

[Missing <param name="count50"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

count100
Type: SystemInt64

[Missing <param name="count100"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

count300
Type: SystemInt64

[Missing <param name="count300"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

countmiss
Type: SystemInt64

[Missing <param name="countmiss"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

countkatu
Type: SystemInt64

[Missing <param name="countkatu"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

countgeki
Type: SystemInt64

[Missing <param name="countgeki"/> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:CSharpOsu.Util.Utility.accuracyCalculator(CSharpOsu.Module.OsuBeatmap[],System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64)"]

See Also