BitField.BitField.GetValue C# (CSharp) Method

GetValue() abstract private method

格納されている値を ulong 化して返す。
abstract private GetValue ( ) : ulong
return ulong
		internal abstract ulong GetValue();

Same methods

BitField::GetValue ( int m, int l ) : ulong