Class NCount
The number of responses to generate.
Must be between 1 and 10.
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
[JsonConverter(typeof(NullableRangedIntConverter<NCount>))]
public class NCount : NullableRangedInt<NCount>, INullable, IEquatable<NCount>, IComparable<NCount>
Constructors
|
Edit this page
View Source
NCount()
Declaration
|
Edit this page
View Source
NCount(int)
Declaration
Parameters
| Type |
Name |
Description |
| int |
value |
|
Properties
|
Edit this page
View Source
Default
Declaration
public override int Default { get; }
Property Value
Overrides
|
Edit this page
View Source
Max
Declaration
public override int Max { get; }
Property Value
Overrides
|
Edit this page
View Source
Min
Declaration
public override int Min { get; }
Property Value
Overrides
Operators
|
Edit this page
View Source
implicit operator int(NCount)
Declaration
public static implicit operator int(NCount p)
Parameters
| Type |
Name |
Description |
| NCount |
p |
|
Returns
|
Edit this page
View Source
implicit operator int?(NCount)
Declaration
public static implicit operator int?(NCount p)
Parameters
| Type |
Name |
Description |
| NCount |
p |
|
Returns
|
Edit this page
View Source
implicit operator NCount(int)
Declaration
public static implicit operator NCount(int v)
Parameters
| Type |
Name |
Description |
| int |
v |
|
Returns
Implements
Extension Methods