Table of Contents

Struct ToInt

Namespace
Mech3DotNet.Reader
Assembly
Mech3DotNet.dll
public struct ToInt : IConvertOperation<int>
Implements
Inherited Members

Methods

Convert(ReaderValue, IEnumerable<string>)

public static int Convert(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

int

ConvertTo(ReaderValue, IEnumerable<string>)

Apply the operation to the ReaderValue.

This method is not usually called manually, but is called when the operation is applied to a Query.

public int ConvertTo(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

int

Operators

operator /(Query, ToInt)

public static int operator /(Query query, ToInt op)

Parameters

query Query
op ToInt

Returns

int