Table of Contents

Class NCount

Namespace
Glitch9.AIDevKit

The number of responses to generate. Must be between 1 and 10.

[Serializable]
public class NCount : NullableRangedInt<NCount>
Inheritance
object
NCount

Constructors

NCount()

public NCount()

NCount(int)

public NCount(int value)

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(NCount)

public static implicit operator int(NCount p)

Parameters

p NCount

Returns

int

implicit operator int?(NCount)

public static implicit operator int?(NCount p)

Parameters

p NCount

Returns

int?

implicit operator NCount(int)

public static implicit operator NCount(int v)

Parameters

v int

Returns

NCount