C# Class FSO.IDE.EditorComponent.OperandForms.DataProviders.OpStaticValueBoundsProvider

Inheritance: OpValueBoundsProvider
Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
GetBounds ( EditorScope scope, VMPrimitiveOperand op ) : int[]
OpStaticValueBoundsProvider ( int min, int max ) : System

Method Details

GetBounds() public method

public GetBounds ( EditorScope scope, VMPrimitiveOperand op ) : int[]
scope EditorScope
op VMPrimitiveOperand
return int[]

OpStaticValueBoundsProvider() public method

public OpStaticValueBoundsProvider ( int min, int max ) : System
min int
max int
return System