PolicyUnit.Percentage(Int64) 方法

定義

根據指定的數字,建立類型為 PolicyUnitPercentage

public:
 static System::IO::Log::PolicyUnit Percentage(long value);
public static System.IO.Log.PolicyUnit Percentage (long value);
static member Percentage : int64 -> System.IO.Log.PolicyUnit
Public Shared Function Percentage (value As Long) As PolicyUnit

參數

value
Int64

表示百分比的數字。

傳回

在指定的數字下,其類型為 PolicyUnitPercentage

適用於