Class TopK
[Serializable]
public class TopK : NullableRangedInt<TopK>
- Inheritance
-
object
TopK
Constructors
TopK()
TopK(int)
Parameters
value int
Properties
Default
public override int Default { get; }
Property Value
- int
Max
public override int Max { get; }
Property Value
- int
Min
public override int Min { get; }
Property Value
- int
Operators
implicit operator int?(TopK)
public static implicit operator int?(TopK p)
Parameters
p TopK
Returns
- int?
implicit operator TopK(int)
public static implicit operator TopK(int v)
Parameters
v int
Returns
- TopK