FloatValueStatistic.CreateDoNotRegister(String, Func<Single>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Orleans.Runtime.FloatValueStatistic CreateDoNotRegister (string name, Func<float> f);
static member CreateDoNotRegister : string * Func<single> -> Orleans.Runtime.FloatValueStatistic
Public Shared Function CreateDoNotRegister (name As String, f As Func(Of Single)) As FloatValueStatistic
Parameters
- name
- String