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
valueReaderValuepathIEnumerable<string>
Returns
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
valueReaderValuepathIEnumerable<string>
Returns
Operators
operator /(Query, ToInt)
public static int operator /(Query query, ToInt op)