TextOptionsExtensions.WithInferenceRows<T> Method

Returns an options object with the InferenceRows property changed to the specified value.

DefinitionPermalink

Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
C#
public static T WithInferenceRows<T>(
	this T options,
	int inferenceRows
)
where T : TextOptions

ParametersPermalink

options  T
The TextOptions object to start from.
inferenceRows  Int32
The new value for the inferenceRows property.

Type ParametersPermalink

T

Return ValuePermalink

T

Usage NotePermalink

In Visual Basic and C#, you can call this method as an instance method on any object of type T. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See AlsoPermalink